mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 21:05:39 +00:00
refactor new IsScriptFile method to be zip-safe
This commit is contained in:
parent
8976250fdf
commit
b8eaefc21e
11 changed files with 30 additions and 28 deletions
|
|
@ -550,6 +550,7 @@ bool CreatePath(const Path &path);
|
|||
bool IsReadOnly(const Path &path);
|
||||
bool IsDirectory(const Path &path);
|
||||
bool IsFile(const Path &path);
|
||||
bool IsScriptFile(const char* pFilePath);
|
||||
bool VerifyWriteAccess(const Path &path);
|
||||
|
||||
/// This returns a unique file path from the components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue