Click or drag to resize

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
)

Parameters

path
Type: System String
The path to resolve.

Return Value

Type: String
The resolved path.
See Also