From 2e733d10715fe3fd5bffd60e345f5999ae225000 Mon Sep 17 00:00:00 2001 From: "gspencer@chromium.org" Date: Tue, 30 Nov 2010 00:43:37 +0000 Subject: Some additions to support symlinks better on platforms that support them. BUG=none TEST=Ran new unit test, passed trybots. Review URL: http://codereview.chromium.org/5349007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67631 0039d316-1c4b-4281-b951-d872f2087c98 --- base/platform_file.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'base/platform_file.h') diff --git a/base/platform_file.h b/base/platform_file.h index b350f8c..1ca9868 100644 --- a/base/platform_file.h +++ b/base/platform_file.h @@ -77,6 +77,9 @@ struct PlatformFileInfo { // True if the file corresponds to a directory. bool is_directory; + // True if the file corresponds to a symbolic link. + bool is_symbolic_link; + // The last modified time of a file. base::Time last_modified; -- cgit v1.1