Determines if a given file system path is absolute.
path.isabsolute("path")
path
is the file system path to check.
True if the file system path is absolute, false otherwise. The tests include checking for a leading forward or backward slash, a dollar sign (indicating a environment variable), or a DOS drive letter.
Premake 5.0 or later.