|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Limitation in PathNameHi
Is there any limitation in cygwin regarding the pathnames in opendir/readdir functions? Is the pathname limit = PATH_MAX being 260? I am using Win XP SP-2. Regards, Harmeet |
|
|
Re: Limitation in PathName-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 According to hkb83 on 1/30/2008 8:13 AM: | Hi | | Is there any limitation in cygwin regarding the pathnames in opendir/readdir | functions? Only what Windows imposes. Why do you ask? | | Is the pathname limit = PATH_MAX being 260? Yes (for now, because we use ASCII functions; cygwin 1.7.0 will use NT Unicode functions to increase the limit). - -- Don't work too hard, make some time for fun as well! Eric Blake ebb9@... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHoJUs84KuGfSFAYARApxAAJ9VT6n1OkqNG93W5zaiy3hGlQvysACgiaEm U5u2h9CCCwdNDD0CUeGI/dw= =EHlx -----END PGP SIGNATURE----- -- 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/ |
|
|
|
|
|
Re: Limitation in PathName
|
|
|
Re: Limitation in PathNameHi,
I have found the limitation of windows as 259 filepath and 247 directory path on Win XP and Win server 2003. I have another query , To which windows command are fchdir() calls translated to by cygwin and does cygwin support such call translations on Win XP. Thanks in Advance, Harmeet Kaur
|
|
|
Re: Limitation in PathName-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 According to hkb83 on 1/31/2008 6:38 AM: | Hi, | I have found the limitation of windows as 259 filepath and 247 directory | path on Win XP and Win server 2003. Yes, those would be the pathetically low Windows limits when using ASCII api's. | | I have another query , To which windows command are fchdir() calls | translated to by cygwin and does cygwin support such call translations on | Win XP. Why don't you read the source code and find out for yourself? Also, you could use strace to find out. - -- Don't work too hard, make some time for fun as well! Eric Blake ebb9@... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHodZ084KuGfSFAYARAgRTAJ4khYDGRLTJ0PiHSxg5dXYVbeuiuwCdGm0J Jx3lSDeSyXUgv3bSx3gx8Ps= =EKa8 -----END PGP SIGNATURE----- -- 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/ |
| Free embeddable forum powered by Nabble | Forum Help |