Skip to main content
method default.PlatformPath.format
PlatformPath.format(pathObject: FormatInputPathObject): string
Deprecated

Returns a path string from an object - the opposite of parse().

Parameters

path to evaluate.

Return Type

string
Back to top