new method isScriptfile. operates like isFIle, but also checks variations on extentions

This commit is contained in:
AzaezelX 2021-07-22 11:56:35 -05:00
parent 313466f57c
commit 38b565e12a
2 changed files with 12 additions and 1 deletions

View file

@ -289,6 +289,7 @@ namespace Platform
bool hasSubDirectory( const char *pPath );
bool getFileTimes(const char *filePath, FileTime *createTime, FileTime *modifyTime);
bool isFile(const char *pFilePath);
bool isScriptFile(const char* pFilePath);
S32 getFileSize(const char *pFilePath);
bool isDirectory(const char *pDirPath);
bool isSubDirectory(const char *pParent, const char *pDir);