ZlibZipWriter
ResolvePath Method
|
Resolves a path by interpreting "." and "..".
Namespace:
Spire.Pdf.General.Paper.Uof
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public static string ResolvePath(
string path
)
Public Shared Function ResolvePath (
path As String
) As String
public:
static String^ ResolvePath(
String^ path
)
static member ResolvePath :
path : string -> string
Parameters
-
path
-
Type:
System
String
The path to resolve.
Return Value
Type:
String
The resolved path.
See Also