diff options
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_util.h b/base/file_util.h index fb7a739..489cbcc 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -95,7 +95,7 @@ std::wstring GetDirectoryFromPath(const std::wstring& path); void AppendToPath(std::wstring* path, const std::wstring& new_ending); // Convert provided relative path into an absolute path. Returns false on -// error. +// error. On POSIX, this function fails if the path does not exist. bool AbsolutePath(FilePath* path); // Deprecated temporary compatibility function. bool AbsolutePath(std::wstring* path); |