Expand description
The file system path operations API.
Enums§
- Base
Directory - A Base Directory to use. The base directory is the optional root of a FS operation. If informed by the API call, all paths will be relative to the path of the given directory.
Functions§
- app_dir
- Returns the path to the suggested directory for your app config files.
- audio_
dir - Returns the path to the user’s audio directory.
- cache_
dir - Returns the path to the user’s cache directory.
- config_
dir - Returns the path to the user’s config directory.
- data_
dir - Returns the path to the user’s data directory.
- desktop_
dir - Returns the path to the user’s desktop directory.
- document_
dir - Returns the path to the user’s document directory.
- download_
dir - Returns the path to the user’s download directory.
- executable_
dir - Returns the path to the user’s executable directory.
- font_
dir - Returns the path to the user’s font directory.
- home_
dir - Returns the path to the user’s home directory.
- local_
data_ dir - Returns the path to the user’s local data directory.
- picture_
dir - Returns the path to the user’s picture directory.
- public_
dir - Returns the path to the user’s public directory.
- resolve_
path - Resolves the path with the optional base directory.
- resource_
dir - Returns the path to the resource directory of this app.
- runtime_
dir - Returns the path to the user’s runtime directory.
- template_
dir - Returns the path to the user’s template directory.
- video_
dir - Returns the path to the user’s video dir