Module dlib.filesystem.filesystem
Functions
| Name | Description |
|---|---|
findFiles(rofs, baseDir, recursive)
|
Find files in the specified directory |
Interfaces
| Name | Description |
|---|---|
Directory
|
A directory in the file system. |
FileSystem
|
A file system with read/write access. |
ReadOnlyFileSystem
|
A filesystem limited to read access. |
Structs
| Name | Description |
|---|---|
DirEntry
|
A filesystem entry - file or directory |
FileStat
|
Holds general information about a file or directory. |
Manifest constants
| Name | Type | Description |
|---|---|---|
PExecute
|
If a file is executable, FileStat.permissions will have PExecute bits set | |
PRead
|
If a file is readable, FileStat.permissions will have PRead bits set | |
PWrite
|
If a file is writable, FileStat.permissions will have PWrite bits set |
Aliases
| Name | Type | Description |
|---|---|---|
FileSize
|
ulong
|
File size type |