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

Unified Diff: sdk/lib/io/file.dart

Issue 23444037: dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Document resolution of link\.. on Windows. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sdk/lib/io/file.dart
diff --git a/sdk/lib/io/file.dart b/sdk/lib/io/file.dart
index d5579ca67dfd78aa50eeedf13761db15907b9963..4c2d1bf78a6e486d39c75594715971ce5fdf471a 100644
--- a/sdk/lib/io/file.dart
+++ b/sdk/lib/io/file.dart
@@ -157,6 +157,10 @@ abstract class File implements FileSystemEntity {
*/
String fullPathSync();
+ Future<String> resolveSymbolicLinks();
+
+ String resolveSymbolicLinksSync();
+
/**
* Create a new independent [Stream] for the contents of this file.
*

Powered by Google App Engine
This is Rietveld 408576698