mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
Adds a verifyCompatibility method to the Win32FileSystem to report case-sensitivity issues
-triggered during debug only -still need to expand that to handle bad directories.
This commit is contained in:
parent
680f4442f0
commit
a0aa826f16
2 changed files with 12 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ public:
|
|||
String getTypeStr() const { return "Win32"; }
|
||||
|
||||
FileNodeRef resolve(const Path& path);
|
||||
void verifyCompatibility(const Path& _path, WIN32_FIND_DATAW _info);
|
||||
FileNodeRef create(const Path& path,FileNode::Mode);
|
||||
bool remove(const Path& path);
|
||||
bool rename(const Path& from,const Path& to);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue