newville / pyshortcuts

create desktop shortcuts to python scripts on Windows, Mac, or Linux
MIT License
103 stars 15 forks source link

simplify and improve determining Windows folder locations #13

Closed newville closed 5 years ago

newville commented 5 years ago

this simplifies the setting of Windows folders using the CSIDL constants from shellcon.

newville commented 5 years ago

@maphew OK, it appears that win32.com.shell.shellcon uses CSIDL_*, but does not support FOLDERID_*. I couldn't find any alternative, so I guess we'll just go with whatever win32com uses.

maphew commented 5 years ago

copy that. Happy to see 1.6 out :)