XDG base directories for application.

Example:

XDG xdg = XDG("foo");
print(xdg.config); // "$XDG_CONFIG_HOME/foo" or "~/.config/foo"
Platform: Java
Packages
io.github.weakish.xdg

Currently implemented the following spec:

Dependencies
ceylon.file1.3.0
ceylon.test1.3.0

Currently implemented the following spec:

  • $XDG_DATA_HOME
  • $XDG_CONFIG_HOME
  • $XDG_CACHE_HOME
Classes
XDGshared XDG

XDG base directories.