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.getabsolute
The path.getabsolute function converts a relative path an absolute path.
#!lua p = path.getabsolute("path")
path is the relative path to be converted. It does not need to actually exist on the file system.
A new absolute path, calculated from the current working directory.
There was an error while loading. Please reload this page.