ns_file_coordinator_util 0.15.0
ns_file_coordinator_util: ^0.15.0 copied to clipboard
Helper functions for `NSFileCoordinator` (iOS/macOS only).
0.15.0 #
- Add
listContentFilesto list only files in a directory.
0.14.1 #
- Better handling of
filesOnly.
0.14.0 #
- Add
relativePathInfotolistContentsto return relative path information.
0.13.0 #
- Allow users to opt out of coordinator by using the
scopeparameter.
0.12.0 #
statnow returns null instead of throwing an exception if the file doesn't exist.
0.11.2 #
- Make sure directory URLs always end with a trailing /.
0.11.0 #
- Replaced Dart
UritoString.
0.10.0 #
- Migrate to Uri based APIs
0.9.0 #
- Renamed
entityTypetoisDirectory
0.8.0 #
- Added
statfunction.
0.7.10 #
- Added
filesOnlytolistContentsfunction.
0.7.5 #
- Added
recursiveargument tolistContentsfunction.
0.7.0 #
- Renamed
existstoentityTypeto return entity type whiling checking existence.
0.6.5 #
- Fetch
.contentModificationDateKeyinlistContents.
0.6.0 #
- Added
isEmptyDirectory.
0.5.0 #
- Moved work off the main thread.
0.4.0 #
- Added
mkdirfunction.
0.3.0 #
- Rename
copyFiletocopy.
0.2.1 #
- Create base directories before writing destination file.
0.2.0 #
- Added
existsfunction.
0.1.0 #
- Added more util functions.
0.0.1 #
- Initial release.