Re: Windows/win32all, unicode and long filenames

2005-08-27 Thread Kevin Ollivier
On Sat, 27 Aug 2005 23:30:46 +, Neil Hodgson wrote: > Kevin Ollivier: > >> On Windows, it's very common to have a string of long directories in the >> pathname for files, like "C:\Documents and Settings\My Long User Name\My >> Documents\My Long Subd

Windows/win32all, unicode and long filenames

2005-08-27 Thread Kevin Ollivier
Hi all, On Windows, it's very common to have a string of long directories in the pathname for files, like "C:\Documents and Settings\My Long User Name\My Documents\My Long Subdirectory Name\...". For a wxPython application I'm working on, this has actually caused me to run into what appears to be