![]() |
v1.2.1.0
|
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).FileInfo
- provides read-only information about a file system object (file or directory).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 | FileInfo |
class | FS |