path.isresourcefile - premake/premake-4.x GitHub Wiki
Home > [Scripting Reference](Scripting Reference) > path.isresourcefile
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")
Parameters
path is the file system path to check.
Return Value
True if the path matches a well-known Windows resource file extension, false otherwise.