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.
false
if path is not a string.
path
path to test.
Generated using TypeDoc
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.Throws
if
path
is not a string.