Guest User

Untitled

a guest
Dec 16th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. char * home = get_home_enviroment(); // /home/USER/
  2. char * desktop = get_desktop_enviroment(home); // /home/USER/Desktop/
  3. char * username = get_username(); USERNAME
  4. char * trash = get_trash_path(home); // /home/USER/.local/share/Trash/
  5. char * media = get_media_path(username);
Add Comment
Please, Sign In to add comment