This wiki is not enabled for mail processing.
Contact the owner of the wiki, who can enable email.
Clear message
XDG
The Compiz Toolbox plugin provides a series of methods for getting the path string of a requested XDG User Directory
Requesting a Directory String
The public global function ::getXDGUserDir (XDGUserDir dir); can be used to retrieve a CompString of an XDG User Directory. XDGUserDir is an enum, and is defined as follows:
XDGUserDirDesktop |
Desktop Directory |
XDGUserDirDownload |
Downloads |
XDGUserDirTemplates |
Templates |
XDGUserDirPublicshare |
User's shared folder |
XDGUserDirDocuments |
User's documents folder |
XDGUserDirMusic |
User's music folder |
XDGUserDirVideos |
User's videos folder |
XDGUserDirPictures |
User's pictures folder |