From 1265917f0c7b19bb242e21111032fb4f35b3767a Mon Sep 17 00:00:00 2001 From: "erikkay@google.com" Date: Tue, 12 Aug 2008 17:33:52 +0000 Subject: I accidentally committed file_version_info. Since comments were relatively minor, I created a new CL rather than reverting the old one. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@722 0039d316-1c4b-4281-b951-d872f2087c98 --- base/file_util.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'base/file_util.h') diff --git a/base/file_util.h b/base/file_util.h index f74ff97..4aac207 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -95,6 +95,10 @@ std::wstring GetDirectoryFromPath(const std::wstring& path); // Appends new_ending to path, adding a separator between the two if necessary. void AppendToPath(std::wstring* path, const std::wstring& new_ending); +// Convert provided relative path into an absolute path. Returns false on +// error. +bool AbsolutePath(std::wstring* path); + // Inserts |suffix| after the file name portion of |path| but before the // extension. // Examples: -- cgit v1.1