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.getname
The path.getname function returns the file name and extension, with any directory information removed.
#!lua p = path.getname("path")
path is the file system path to be split.
The file name and extension, with no directory information.
There was an error while loading. Please reload this page.