dart-sdk/sdk/lib/io
Brian Quinlan 2cec317548 Document FileSystemEntity.delete when the type of object on the file system does not match the FileSystemEntity type.
Bug:https://github.com/dart-lang/sdk/issues/53917
Change-Id: I71d95e36c193314afa1872de6e34b1b5a41d7bd9
CoreLibraryReviewExempt: Documentation-only change
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/335328
Commit-Queue: Brian Quinlan <bquinlan@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
2023-11-13 20:09:08 +00:00
..
common.dart Add PathExistsException and PathAccessException FileSystemException subclasses. 2022-11-30 04:54:52 +00:00
data_transformer.dart Removed Non Null Check 2023-06-15 13:01:25 +00:00
directory.dart Document FileSystemEntity.delete when the type of object on the file system does not match the FileSystemEntity type. 2023-11-13 20:09:08 +00:00
directory_impl.dart [io/file] - add FileSystemNotFoundException 2022-11-08 19:26:19 +00:00
embedder_config.dart [embedder] Clean up deprecated secure connection enforcement mechanism. 2022-06-29 16:59:25 +00:00
eventhandler.dart [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
file.dart Document FileSystemEntity.delete when the type of object on the file system does not match the FileSystemEntity type. 2023-11-13 20:09:08 +00:00
file_impl.dart [standalone, io] Don't register service extensions in product mode. 2023-08-30 21:46:17 +00:00
file_system_entity.dart Document FileSystemEntity.delete when the type of object on the file system does not match the FileSystemEntity type. 2023-11-13 20:09:08 +00:00
io.dart Tiny code cleanup: Remove _asyncRunZoned being an alias of runZoned 2023-07-11 11:37:57 +00:00
io_resource_info.dart Expose the members of _ProcessImpl to avoid dynamic invocations. 2022-09-16 21:28:30 +00:00
io_service.dart Implement anonymous pipes and the ability to transmit them between processes using Unix Domain Sockets. 2022-09-13 21:16:28 +00:00
io_sink.dart Mention that IOSink truncates List<int> to bytes 2023-06-27 19:39:01 +00:00
io_sources.gni [embedder] Clean up deprecated secure connection enforcement mechanism. 2022-06-29 16:59:25 +00:00
link.dart Document FileSystemEntity.delete when the type of object on the file system does not match the FileSystemEntity type. 2023-11-13 20:09:08 +00:00
namespace_impl.dart [Core Libraries] Eliminate the fork in the core libraries. 2020-06-16 23:37:36 +00:00
network_profiling.dart Remove deprecated APIs from dart_io_extensions.dart and add new is*Available RPCs. 2023-10-11 22:22:12 +00:00
overrides.dart Use utf8.encode() instead of longer const Utf8Encoder.convert() 2023-07-24 09:28:38 +00:00
platform.dart Remove some getters for final fields 2023-05-19 00:52:57 +00:00
platform_impl.dart [pkg/vm] Initial work on constant operating system fields and getters. 2023-02-10 16:29:50 +00:00
process.dart Mention detached processes in exitCode doc 2023-11-07 21:56:55 +00:00
secure_server_socket.dart Add ServerSocketBase to remove dynamic invocations of secure sockets in _HttpServer. 2022-11-10 22:28:48 +00:00
secure_socket.dart [io/doc]: Provide more references to SocketOption.tcpNoDelay. 2023-09-12 18:15:08 +00:00
security_context.dart Add Dart 3 class modifiers to dart:io. 2023-04-04 19:06:21 +00:00
service_object.dart [flip-modifiers]: Reapply "Enforce current library restrictions." 2023-03-03 09:37:38 +00:00
socket.dart [doc/io] Add a RawSocketEvent example. 2023-10-30 16:53:17 +00:00
stdio.dart Additional dart:io class modifier changes. 2023-04-04 21:08:07 +00:00
string_transformer.dart Additional dart:io class modifier changes. 2023-04-04 21:08:07 +00:00
sync_socket.dart Add Dart 3 class modifiers to dart:io. 2023-04-04 19:06:21 +00:00