File SystemΒΆ
#import "std/fs"
File system module for manipulation with files and directories.
Warning
This module is experimental and not fully supported across all platforms.
- FSCopyOpt
- FSDirScanFilterFn
- FSFile
- FSInfo
- FSInfoKind
- FSInfoList
- FSOpenMode
- FSOpenOpt
- FS_FILE_INVALID
- fs_close
- fs_copy
- fs_dir_copy
- fs_dir_create
- fs_dir_create_all
- fs_dir_remove
- fs_dir_remove_all
- fs_dir_scan
- fs_exist
- fs_get_cwd
- fs_get_extension
- fs_get_home
- fs_get_tmp
- fs_info_list_delete
- fs_is_directory
- fs_normalize
- fs_open
- fs_read
- fs_read_slice
- fs_read_string
- fs_remove
- fs_remove_extension
- fs_set_cwd
- fs_size
- fs_validate_filename
- fs_write
- fs_write_slice
- fs_write_string