-
-
Notifications
You must be signed in to change notification settings - Fork 621
path.isabsolute
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
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.