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

Unified Diff: runtime/bin/file_system_entity_patch.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: Documentation edits. 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: runtime/bin/file_system_entity_patch.dart
diff --git a/runtime/bin/file_system_entity_patch.dart b/runtime/bin/file_system_entity_patch.dart
index 2c2b324a20fb5a78fc99e43cef9017503ca23c24..e6b3fdc49681495a3d97ab8aa0296d8f6703cbac 100644
--- a/runtime/bin/file_system_entity_patch.dart
+++ b/runtime/bin/file_system_entity_patch.dart
@@ -12,4 +12,6 @@ patch class FileSystemEntity {
native "File_GetType";
/* patch */ static _identical(String path1, String path2)
native "File_AreIdentical";
+ /* patch */ static _resolveSymbolicLinks(String path)
+ native "File_ResolveSymbolicLinks";
}

Powered by Google App Engine
This is Rietveld 408576698