Mapping URIs as Drives with Python and Win32
March 15, 2005 11:22 AM
Subscribe
I've fallen hard for Python and have been searching for a project to really learn the language with. I'd like to create functionality similar to Windows "Map Network Drive" for URIs using Python, urllib, etc. My questions are: does this seem possible for someone with a decent programming background (but no formal CS training)? Is it a good idea?
The idealized version would be integrated into the Windows shell and turn a directory URI into an accessible directory in Windows Explorer (with proper icons, file info, etc.). Additonal idealization would include abstracting the code enough that it worked with any other OS that cared to use it.
Please pardon, but also correct, any terminology that's not sensible.
posted by yerfatma to computers & internet (8 comments total)
posted by kenko at 11:39 AM on March 15, 2005