Mail Archives: cygwin/1999/01/05/07:56:53
Hi!
Running the following program under cygwin B20.1 gives "Error: No
such file or directory", even if file named "a%b" exists in current
path. Is it bug or feature?
=== open.c ========================================================
#include "fcntl.h"
#include "stdio.h"
main ()
{
int f = open ( "a%b" , O_BINARY );
perror ( "Error" ) ;
}
===================================================================
Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -