diff options
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/file_util.h b/base/file_util.h index af8ac90..304d3cb 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -222,7 +222,8 @@ bool CreateNewTempDirectory(const std::wstring& prefix, std::wstring* new_temp_path); // Creates a directory, as well as creating any parent directories, if they -// don't exist. Returns 'true' on successful creation. +// don't exist. Returns 'true' on successful creation, or if the directory +// already exists. bool CreateDirectory(const std::wstring& full_path); // Returns the file size. Returns true on success. @@ -320,4 +321,3 @@ bool RenameFileAndResetSecurityDescriptor( } // namespace file_util #endif // BASE_FILE_UTIL_H_ - |