From a0f0517c5bec0a2b667813abb9ff8b08cd318952 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Wed, 26 Jan 2011 01:06:45 +0200 Subject: should work now --- src/filesys.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/filesys.h') 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. -- cgit v1.2.3