![]()  | 
  
     v1.3.0.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.FSWatcher - Provides an interface for monitoring files and directories for modifications. Members | |
| class | Dir | 
| class | FileHandle | 
| class | FileInfo | 
| class | FS | 
| class | File | 
| class | FSWatcher |