Re: win32api.FindFiles Win2003, problem with Short Name

2005-10-17 Thread Neil Hodgson
Frank Borell: > My initial issue was trying to rename/move files on a SAN that were > written from Mac's. I've never used a SAN. It is possible that it has its own name system and what you are seeing is the result of different views of that. > While the easier messed up files names were e

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 Neil, It seems I'm in a catch 22. My i

Re: win32api.FindFiles Win2003, problem with Short Name

2005-10-14 Thread Neil Hodgson
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 -- http://mail.python.org/mailman/listinfo/python-list

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

Re: win32api.FindFiles Win2003, problem with Short Name

2005-10-13 Thread Neil Hodgson
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; Does your Windows 2003 machine have short file

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