remote_file_system_interface 0.1.1 copy "remote_file_system_interface: ^0.1.1" to clipboard
remote_file_system_interface: ^0.1.1 copied to clipboard

An interface for file system utilities for a remote client.

0.1.1 #

  • Improved dartdoc for RemoteFile.delete, RemoteDirectory.delete, and RemoteLink.delete.

0.1.0 #

  • Added library package:remote_file_system_interface/extensions.dart. This new sub library exports all extensions on parts of the remote_file_system_interface library defined in lib/src/extensions.

  • Added the extensions RemoteDirectoryDirectoryExtension, RemoteDirectoryFileExtension and RemoteDirectoryLinkExtension which allow the user to create a new directory/file/link in an already existing directory using a RemoteDirectory instance.

  • Improved RemoteFileSystemInterface.close method. Now the file system waits for any streams that were added to IOSinks from RemoteFileSystemInterface.openWrite to complete. The method also flushes and closes the opened sinks.

  • Added method RemoteFileSystemInterface.link.

0.0.1 #

  • Initial version.
0
likes
120
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

An interface for file system utilities for a remote client.

Repository (GitLab)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

meta, path

More

Packages that depend on remote_file_system_interface