DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Get Desktop Folder
from win32com.shell import shell
df = shell.SHGetDesktopFolder()
folder = "::{450d8fba-ad25-11d0-98a8-0800361b1103}"
pidl = df.ParseDisplayName(0, None, folder)[1]
mydoc = shell.SHGetPathFromIDList(pidl)





