You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| .. | ||
| aurora | 3 years ago | |
| data | 3 years ago | |
| example | 3 years ago | |
| lib | 3 years ago | |
| src | 3 years ago | |
| .gitignore | 3 years ago | |
| README.md | 3 years ago | |
| analysis_options.yaml | 3 years ago | |
| ffigen.yaml | 3 years ago | |
| pubspec.yaml | 3 years ago | |
README.md
xdga_directories
A Dart package for reading directory path on Aurora OS.
To use this package, the basic XDG values for the following are available via a Dart API:
getAppDataLocation- Returns a directory location where persistent application data can be stored.getCacheLocation- Returns a directory location where user-specific non-essential (cached) data should be written.getDocumentsLocation- Returns the directory containing user document files.getDownloadLocation- Returns a directory for user's downloaded files.getMusicLocation- Returns the directory containing the user's music or other audio files.getPicturesLocation- Returns the directory containing the user's pictures or photos.getGenericDataLocation- Returns a directory location where persistent data shared across applications can be stored.getMoviesLocation- Returns the directory containing the user's movies and videos.
