class
PathsContents
Class to represent various path for the application to work with
Constructors, destructors, conversion operators
Public variables
Function documentation
bpf:: system:: Paths:: Paths(const io:: File& root,
const io:: File& data,
const io:: File& home,
const io:: File& tmp)
Parameters | |
---|---|
root | the application root directory (may be read-only) |
data | the application data directory (must be read-write) |
home | the user's home directory (access not defined on restrictive-by-design systems) |
tmp | the system temporary directory for that application (must be read-write) |
Constructs a set of application paths
Variable documentation
const io:: File bpf:: system:: Paths:: ThirdParty
The location for third party dependencies (will be used as fallback to search for non-system dependencies)
const io:: File bpf:: system:: Paths:: CacheDir
Application's persistent cache directory