fs library

The fs_shim library.

This is an awesome library. More dartdocs go here.

Classes

Directory
Abstract directory.
File
Abstract File entity.
FileMode
File open mode.
FileSink
File sink.
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
Abstract File system.
FileSystemEntity
FileSystem entity.
FileSystemEntityType
The type of an entity on the file system, such as a file, directory, or link.
FileSystemException
Common file system exception.
Link objects are references to filesystem links.
OSError
Generic OS error.
RandomAccessFile
Random access to the data in a file.