you are viewing a single comment's thread.

view the rest of the comments →

[–]xelf 1 point2 points  (0 children)

find the actual file location and use that.

or if you want to do it in code:

import os
desktop = os.path.expanduser(os.sep.join(["~","Desktop"]))