From: deo AT logos-m DOT ru (Egor Duda) Subject: "%" in file name 5 Jan 1999 07:56:53 -0800 Message-ID: <11508.990105.cygnus.gnu-win32@logos-m.ru> Reply-To: Egor Duda Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com 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".