0ad/source/lib/file
janwas dcd192cb60 refactor path interface:
- use wrapper class instead of std::wstring (reduces mixing of
strings/paths; allows safe+easy join via operator/ and convenient
case-insensitive comparison via operator==, avoids NativePathFromString,
similar to boost::filesystem)
- NativePath -> OsPath
- add hash and To/FromJSVal for Path
- add TS_ASSERT_PATH_EQUALS
- replace _wfopen_s with sys_OpenFile
- remove obsolete SortFiles/Directories

This was SVN commit r9107.
2011-03-23 13:36:20 +00:00
..
archive refactor path interface: 2011-03-23 13:36:20 +00:00
common refactor path interface: 2011-03-23 13:36:20 +00:00
disabled_tests license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
io refactor path interface: 2011-03-23 13:36:20 +00:00
vfs refactor path interface: 2011-03-23 13:36:20 +00:00
file_system_util.cpp refactor path interface: 2011-03-23 13:36:20 +00:00
file_system_util.h refactor path interface: 2011-03-23 13:36:20 +00:00
file_system.cpp refactor path interface: 2011-03-23 13:36:20 +00:00
file_system.h refactor path interface: 2011-03-23 13:36:20 +00:00
file.cpp refactor path interface: 2011-03-23 13:36:20 +00:00
file.h refactor path interface: 2011-03-23 13:36:20 +00:00