file_system/file_system library
Classes
- File
- Files are leaf Resources which contain data.
- Folder
- Folders are Resources which may contain files and/or other folders.
- Link
- The abstract class Link is an abstraction for a file system link.
- Resource
- The abstract class Resource is an abstraction of file or folder.
- ResourceProvider
- Instances of the class ResourceProvider convert String paths into Resources.
- ResourceWatcher
-
Abstraction over a
Watcher
that has a Future to indicate when the watcher is ready.
Extensions
Exceptions / Errors
- FileSystemException
- Base class for all file system exceptions.
- PathNotFoundException
- Exception thrown when a file operation fails because a file or directory does not exist.