-
-
Notifications
You must be signed in to change notification settings - Fork 646
path.isabsolute
Jason Perkins edited this page May 18, 2015
·
3 revisions
The path.isabsolute function 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.