Chris Ness wrote:
>
> All seems to be working fine now. Thanks Tim. Learning a lot here.
>
> Having a spot of bother with the context menu for a drive though 
> (e.g."C:"). I'm getting a very minimal menu with Open, Manage, Include 
> in Library, Copy and Properties. Choosing proprties brings up Control 
> Panel->System.

All of that is correct.  Technically, C: is a device, not a filesystem. 
If you want to refer to the folder at the root of C:. then you need to
use "C:\".

That's usually pretty easy to check: if the string is length two and the
second letter is colon, then add a backslash.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to