v1.2.0.1-beta1
|
Contains static types and object classes for working with files and directories.
Dir
- Static directory utilities. List, create, check directories and work with paths.File
- Static file handling, eg. read a whole file at once or check if a file name exists, etc.FileHandle
- provides an object instance for working with a file in multiple steps (stat, open, read/write bytes, etc).FS
- The FS
namespace holds constants related to file system tasks, such as flags for file open and permissions operations, error types, etc. Members | |
class | Dir |
class | File |
class | FileHandle |
class | FS |