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

Side by Side Diff: sdk/lib/io/io.dart

Issue 25421003: dart:io | Remove deprecated _Path library, and use FileSystemEntity.parent for recursive Directory.… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « sdk/lib/io/directory_impl.dart ('k') | sdk/lib/io/iolib_sources.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 /** 5 /**
6 * File, socket, HTTP, and other I/O support for server applications. 6 * File, socket, HTTP, and other I/O support for server applications.
7 * 7 *
8 * The IO library is used for Dart server applications, 8 * The IO library is used for Dart server applications,
9 * which run on a stand-alone Dart VM from the command line. 9 * which run on a stand-alone Dart VM from the command line.
10 * *This library does not work in browser based applications.* 10 * *This library does not work in browser based applications.*
(...skipping 26 matching lines...) Expand all
37 part 'http.dart'; 37 part 'http.dart';
38 part 'http_date.dart'; 38 part 'http_date.dart';
39 part 'http_headers.dart'; 39 part 'http_headers.dart';
40 part 'http_impl.dart'; 40 part 'http_impl.dart';
41 part 'http_parser.dart'; 41 part 'http_parser.dart';
42 part 'http_session.dart'; 42 part 'http_session.dart';
43 part 'io_sink.dart'; 43 part 'io_sink.dart';
44 part 'io_service.dart'; 44 part 'io_service.dart';
45 part 'link.dart'; 45 part 'link.dart';
46 part 'options.dart'; 46 part 'options.dart';
47 part 'path.dart';
48 part 'path_impl.dart';
49 part 'platform.dart'; 47 part 'platform.dart';
50 part 'platform_impl.dart'; 48 part 'platform_impl.dart';
51 part 'process.dart'; 49 part 'process.dart';
52 part 'socket.dart'; 50 part 'socket.dart';
53 part 'stdio.dart'; 51 part 'stdio.dart';
54 part 'string_transformer.dart'; 52 part 'string_transformer.dart';
55 part 'timer_impl.dart'; 53 part 'timer_impl.dart';
56 part 'secure_socket.dart'; 54 part 'secure_socket.dart';
57 part 'secure_server_socket.dart'; 55 part 'secure_server_socket.dart';
58 part 'websocket.dart'; 56 part 'websocket.dart';
59 part 'websocket_impl.dart'; 57 part 'websocket_impl.dart';
OLDNEW
« no previous file with comments | « sdk/lib/io/directory_impl.dart ('k') | sdk/lib/io/iolib_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698