- 12 Apr, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 05 Mar, 2015 3 commits
-
-
Max Kellermann authored
Don't use FILE_ATTRIBUTE_NORMAL, it's a "magic" value for something else. To check if a file is a regular file, we need to check if it's NOT a directory (or a device).
-
Max Kellermann authored
-
Max Kellermann authored
-
- 28 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 27 Feb, 2015 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
PathExists() should better do what CheckAccess() does, and CheckAccess() doesn't do what its name implies.
-
- 25 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 05 Dec, 2013 2 commits
-
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
-
- 04 Dec, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 28 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 17 Oct, 2013 2 commits
-
-
Max Kellermann authored
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
-
Max Kellermann authored
-
- 07 Aug, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Migrate all callers to use Path directly, instead of doing the conversion in each caller.
-
Max Kellermann authored
-
- 02 Feb, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 21 Jan, 2013 1 commit
-
-
Denis Krjuchkov authored
- DirectoryReader is extracted to separate header - FileSystem.cxx/FileSystem.hxx/DirectoryReader.hxx moved to fs/ subdir - Functions return true on success, instead of 0 (where applicable) - ReadLink return result instead of out parameter - UnlinkFile is renamed to RemoveFile - CheckExists/CheckIsRegular/CheckIsDirectory are renamed to PathExists/FileExists/DirectoryExists
-
- 20 Jan, 2013 1 commit
-
-
Denis Krjuchkov authored
-