Re: Windows/win32all, unicode and long filenames

2005-08-28 Thread Do Re Mi chel La Si Do
Hi ! You are true. But, more, don't believe : for use with CD-Rom/DVD, a path cannot to have more than 64 caracteres. @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

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 Subdirectory Name\...". For a wxPython applicati

Re: Windows/win32all, unicode and long filenames

2005-08-27 Thread Neil Hodgson
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 Subdirectory Name\...". For a wxPython application I'm > working on, this has actually caused me to run into wha