"%" in file name

Egor Duda deo@logos-m.ru
Sun Jan 31 23:52:00 GMT 1999


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@logos-m.ru ICQ 5165414 FidoNet 2:5020/496.19


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list