Path.path

Returns the full path to the file this path represents as a string.

If specifiedPath is non-empty, fileToCheck will be searched for in specifiedPath. Otherwise fileToCheck will be searched for in standardPaths.

class Path
string
path
(
)

Return Value

Type: string

the full path to the file this path represents

Meta