Re: win32api.FindFiles Win2003, problem with Short Name

2005-10-17 Thread Frank Borell
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

Re: win32api.FindFiles Win2003, problem with Short Name

2005-10-14 Thread Frank Borell
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

win32api.FindFiles Win2003, problem with Short Name

2005-10-13 Thread Frank Borell
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