standardpaths
standardpaths copied to clipboard
D library for getting standard paths
Just in case if standardpaths ever gets to Android: [Environment](http://developer.android.com/reference/android/os/Environment.html)
Does FreeBSD (and other BSD systems) have something like /run/user/$UID directory on Linux? [XDG](http://standards.freedesktop.org/basedir-spec/latest/ar01s03.html) says it's directory for runtime files, but there's no such environment variable on my freebsd installation.
Currently library has **StandardPath** enum and **writablePath** and standardPaths*\* functions. Qt QStandardPaths uses **StandardLocation**, **writableLocations** and **standardLocations**. We should choose which names are better.