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 file system limited to read access. |
Structs
Name | Description |
---|---|
DirEntry
|
A filesystem entry - file or directory |
FileStat
|
Holds general information about a file or directory. |