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