On Mar 8 20:22, Ghanshyam wrote: > 20A - When search permission is denied on a component of the > filename prefix, then a call to fopen(filename, type) returns a NULL pointer > and sets > errno to [EACCES]. > In current implementation > ****fopen is successful even if search permission is denied.
Windows allows by default access to files without checking the directory permissions of the parent directories. The setting is "Bypass traverse checking." Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:[EMAIL PROTECTED] Red Hat, Inc. -- 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/