Le 05/04/2015 11:08, FreeSlave a écrit :
I wrote small library for getting standard paths (like Pictures, Music)
Here's dub package http://code.dlang.org/packages/standardpaths
And github repo https://github.com/MyLittleRobo/standardpaths
You can see open issues on github. Please, participate in discussions if
you're interested. The biggest problem now is OS X support
https://github.com/MyLittleRobo/standardpaths/issues/4
You can generate documentation with dub build --build=docs.
Nice,
IMO it can have his place in phobos, cause at least all GUI applications
have to retrieve one or more of those paths.
This kind of API are important to ease fast prototyping applications or
scripts.