Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Issue 23468027: Add FileSystemEntity.absolutePath and .isAbsolute properties. (Closed)

Created:
7 years, 3 months ago by Bill Hesse
Modified:
7 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add FileSystemEntity.absolutePath and .isAbsolute properties. BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=27467

Patch Set 1 #

Patch Set 2 : rename test #

Patch Set 3 : Fix Windows #

Total comments: 1

Patch Set 4 : Change name to absolute, return type to File, Directory, and Link. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -0 lines) Patch
M sdk/lib/io/directory.dart View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M sdk/lib/io/directory_impl.dart View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M sdk/lib/io/file.dart View 1 2 3 1 chunk +9 lines, -0 lines 0 comments Download
M sdk/lib/io/file_impl.dart View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M sdk/lib/io/file_system_entity.dart View 1 2 3 1 chunk +39 lines, -0 lines 0 comments Download
M sdk/lib/io/link.dart View 1 2 3 2 chunks +11 lines, -0 lines 0 comments Download
A tests/standalone/io/file_absolute_path_test.dart View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Bill Hesse
Adding absolutePath should encourage people to use it rather than resolveSymbolicLinks to get an absolute ...
7 years, 3 months ago (2013-09-12 14:43:46 UTC) #1
Anders Johnsen
Quick comment (will do a full review tomorrow): I'm not sure if FileSystemEntity should have ...
7 years, 3 months ago (2013-09-12 15:09:24 UTC) #2
Bill Hesse
On 2013/09/12 15:09:24, Anders Johnsen wrote: > Quick comment (will do a full review tomorrow): ...
7 years, 3 months ago (2013-09-13 06:33:40 UTC) #3
Søren Gjesse
On 2013/09/13 06:33:40, Bill Hesse wrote: > On 2013/09/12 15:09:24, Anders Johnsen wrote: > > ...
7 years, 3 months ago (2013-09-13 06:49:43 UTC) #4
Søren Gjesse
lgtm
7 years, 3 months ago (2013-09-13 06:49:48 UTC) #5
Søren Gjesse
https://codereview.chromium.org/23468027/diff/6001/sdk/lib/io/file_system_entity.dart File sdk/lib/io/file_system_entity.dart (right): https://codereview.chromium.org/23468027/diff/6001/sdk/lib/io/file_system_entity.dart#newcode369 sdk/lib/io/file_system_entity.dart:369: String get absolutePath { Thinking about this once more. ...
7 years, 3 months ago (2013-09-13 06:56:08 UTC) #6
Bill Hesse
7 years, 3 months ago (2013-09-13 08:56:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r27467 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698