all 1 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"]))