I'm having a problem retrieving the ShortName from a file that was
written by a MAC and only from a Windows 2003 server.
I realize the file has a space after it, but I can retrieve the short
name from Windows XP and 2000;
>>>print win32api.FindFiles(process_source_dir + "*")
Excluding the result
Neil,
On all three types of PC/Servers they are set to 0.
For now I'll have to process this script on non 2003 servers?!?
Thanks,
Frank
--
http://mail.python.org/mailman/listinfo/python-list
Neil Hodgson wrote:
> Frank Borell:
> > On all three types of PC/Servers they are set to 0.
> >
> > For now I'll have to process this script on non 2003 servers?!?
>
> What do you get if you call win32api.GetShortPathName on the long name?
>
> Neil