Skip to content

Instantly share code, notes, and snippets.

@tarcisio-marinho
Created December 13, 2017 17:40
Show Gist options
  • Save tarcisio-marinho/8c0bc94ab33524f148ef392c149f31cb to your computer and use it in GitHub Desktop.
Save tarcisio-marinho/8c0bc94ab33524f148ef392c149f31cb to your computer and use it in GitHub Desktop.
path variables
char * home = get_home_enviroment(); // /home/USER/
char * desktop = get_desktop_enviroment(home); // /home/USER/Desktop/
char * username = get_username(); USERNAME
char * trash = get_trash_path(home); // /home/USER/.local/share/Trash/
char * media = get_media_path(username);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment