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

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

Issue 23658048: Revert "dart:io | Change File.fullPath to FileSystemEntity.resolveSymbolicLinks." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « sdk/lib/io/directory.dart ('k') | sdk/lib/io/file_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/file.dart
diff --git a/sdk/lib/io/file.dart b/sdk/lib/io/file.dart
index 5486534cc804154da2c2cbf9b01ad67174013862..4f9d3f5171e090fc947d24ca5cb58fc5868f3af9 100644
--- a/sdk/lib/io/file.dart
+++ b/sdk/lib/io/file.dart
@@ -156,23 +156,14 @@ abstract class File implements FileSystemEntity {
/**
* Get the canonical full path corresponding to the file path.
* Returns a [:Future<String>:] that completes with the path.
- *
- * *FullPath is deprecated. Use absolutePath or resolveSymbolicLinks
- * instead. FullPath will be removed the 23rd of September, 2013.*
*/
- @deprecated
Future<String> fullPath();
/**
* Synchronously get the canonical full path corresponding to the file path.
*
* Throws a [FileException] if the operation fails.
- *
- * *FullPathSync is deprecated. Use absolutePathSync or
- * resolveSymbolicLinksSync instead. FullPathSync will be removed
- * the 23rd of September, 2013.*
*/
- @deprecated
String fullPathSync();
/**
« no previous file with comments | « sdk/lib/io/directory.dart ('k') | sdk/lib/io/file_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698