Path.standardPath

Returns the full path of fileToCheck by searching in standardPaths.

class Path
string
standardPath
(
)

Return Value

Type: string

the full path of fileToCheck by searching in standardPaths

Throws

an Exception if fileToCheck cannot be found in any of the paths in standardPath

Meta