aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/StandardDirectory.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/StandardDirectory: look for cache dir in environment, not user-dirsMantas Mikulėnas2014-07-111-3/+15
| | | | | The XDG cache directory is part of the "base directories" spec like $XDG_CONFIG_HOME, not "user directories".
* fs/StandardDirectory: add GetUserCacheDir()Max Kellermann2014-03-011-0/+14
| | | | | | Move code from CreateConfiguredDatabase() and add XDG support. This implements an automatic Linux fallback for the setting "db_file" if none was specified.
* java/File: add method ToAbsolutePath() returning AllocatedPathMax Kellermann2014-03-011-7/+1
|
* Android: obtain music directory from ↵Max Kellermann2014-03-011-1/+14
| | | | Environment.getExternalStoragePublicDirectory()
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* fs: implemented standard directories APIDenis Krjuchkov2013-12-081-0/+294