The systems programming library (Pt::System) provides functionality to identify, create, rename, move or remove files and directories. An iterator based API can be used to traverse through the entries in a directory. It can be used with the iterator based algorithms in the C++ standard library. The FileDevice is an implementation of the IODevice to read and write files.
Classes | |
class | AccessFailed |
Failed to access a resource. More... | |
class | DirectoryIterator |
Iterates over entries of a directory. More... | |
class | FileDevice |
Read and write to files. More... | |
class | FileInfo |
Provides information about a node in the file-system. More... | |
class | Path |
Represents a path in the file-system. More... | |