method path.PlatformPath.isAbsolute
Jump to headingPlatformPath.isAbsolute(path: string): boolean
Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory.
If the given {path} is a zero-length string, false
will be returned.
Parameters Jump to heading
Jump to headingpath: string
path to test.
Return Type Jump to heading
boolean
Throws Jump to heading
TypeError
if path
is not a string.