Skip to content

fe28d35f cec6 a02b 8155 357d749537c3

Fernando Garcia edited this page May 8, 2018 · 1 revision

ExportModel.ParseRelativeFilePath Method (String)

Additional header content

Gets a valid full path from a relative path.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public string ParseRelativeFilePath(
	string relativePath
)

VB

Public Function ParseRelativeFilePath ( 
	relativePath As String
) As String

Parameters

 

relativePath
Type: System.String
The relative path to parsed.

Return Value

Type: String
The valid full path.

Exceptions

 

Exception Condition
InvalidEnumArgumentException The value specified is outside the range of valid values.

Remarks

[Missing documentation for "M:iTin.Export.Model.ExportModel.ParseRelativeFilePath(System.String)"]

See Also

Reference

ExportModel Class
ParseRelativeFilePath Overload
iTin.Export.Model Namespace

Clone this wiki locally