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.isresourcefile
The path.isresourcefile function returns true if the specified path represents a Windows resource file, based on its file extension.
#!lua path.isresourcefile("path")
path is the file system path to check.
True if the path matches a well-known Windows resource file extension, false otherwise.