This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pathname lenth maximums and cygwin conversions


If I have a windows path that is exactly 255(6?) characters
long, that is a valid windows path.  But because cygwin
mangles the path from C:\foobar to C:\/... it exceeds the
allowed path length.  I'm guessing that cygwin just uses
the 256 character limit of the underlying OS.  Perhaps
cygwin should 'cut some slack' for its conversions --
things like converting c:\, in some cases to /c/cygwin.

Worse, if I remember, it just used \xxxx\xxx..., meaning
it assumed the drive.  I could easily see cygwin conversions
driving a near 256 byte path over the limit...

-linda



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]