file library
Classes
- Directory
- A reference to a directory on the file system.
- ErrorCodes
- Operating system error codes.
- File
- A reference to a file on the file system.
- FileLock
- Type of lock when requesting a lock on a file.
- FileMode
- The modes in which a File can be opened.
- FileStat
- A FileStat object represents the result of calling the POSIX stat() function on a file system object. It is an immutable object, representing the snapshotted values returned by the stat() call.
- FileSystem
- A generic representation of a file system. [...]
- FileSystemEntity
- The common super class for File, Directory, and Link objects.
- FileSystemEntityType
- The type of an entity on the file system, such as a file, directory, or link. [...]
- FileSystemEvent
- Base event class emitted by FileSystemEntity.watch.
-
ForwardingDirectory<
T extends Directory> - A directory that forwards all methods and properties to a delegate.
- ForwardingFile
- A file that forwards all methods and properties to a delegate.
- ForwardingFileSystem
- A file system that forwards all methods and properties to a delegate.
-
ForwardingFileSystemEntity<
T extends FileSystemEntity, D extends FileSystemEntity> - A file system entity that forwards all methods and properties to a delegate.
- ForwardingLink
- A link that forwards all methods and properties to a delegate.
- IOSink
- A combined byte and text output. [...]
- Link
- A reference to a symbolic link on the file system.
- OSError
- An OSError object holds information about an error from the operating system.
- RandomAccessFile
-
RandomAccessFile
provides random access to the data in a file. [...]
Exceptions / Errors
- FileSystemException
- Exception thrown when a file operation fails.
- IOException
- Base class for all IO related exceptions.