We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Home > [Scripting Reference](Scripting Reference) > path.isabsolute
The path.isabsolute function returns true if the specified path is an absolute path.
#!lua path.isabsolute("path")
path is the file system path to check.
True if the specified path is absolute, false otherwise.