Contains filesystem helpers. More...
Enumerations | |
enum class | DirectoryType { Desktop , Documents , UserAppData , Temp } |
Represents a "special location type" on the user's system. More... | |
Functions | |
std::optional< std::filesystem::path > | getDirectory (DirectoryType type) |
Contains filesystem helpers.
|
strong |
Represents a "special location type" on the user's system.
|
nodiscard |
Attempts to retrieve the full path to a "special location" (to borrow JUCE's terminology) on the user's system.
type | The DirectoryType to search for |