diff options
Diffstat (limited to 'src/filesys.h')
-rw-r--r-- | src/filesys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filesys.h b/src/filesys.h index e46b17b0d..4dd90b84e 100644 --- a/src/filesys.h +++ b/src/filesys.h @@ -41,6 +41,7 @@ bool CreateDir(std::string path); bool PathExists(std::string path); // Only pass full paths to this one. True on success. +// NOTE: The WIN32 version returns always true. bool RecursiveDelete(std::string path); // Only pass full paths to this one. True on success. |