Skip to content
mba105 edited this page Sep 24, 2014 · 2 revisions

Home > [Scripting Reference](Scripting Reference) > path.isabsolute


path.isabsolute

The path.isabsolute function returns true if the specified path is an absolute path.

#!lua
path.isabsolute("path")

Parameters

path is the file system path to check.

Return Value

True if the specified path is absolute, false otherwise.

Clone this wiki locally