XDG Base Directory Specification implementation


Keywords
library, filesystem, d, dlang, xdg
License
BSL-1.0
Install
dub fetch xdgpaths --version 0.2.5

Documentation

XDG paths

D library for retrieving XDG base directories as described by XDG Base Directory Specification.

Build Status Coverage Status

Online documentation

Run example

XDG_CONFIG_HOME=$HOME/config-test dub examples/test.d --path=config --shouldCreate --subfolder=Company/Product

XDG_DATA_HOME=$HOME/data-test dub examples/test.d --path=data --shouldCreate --subfolder=Company/Product

XDG_CACHE_HOME=$HOME/cache-test dub examples/test.d --path=cache --shouldCreate --subfolder=Company/Product