> -----Original Message----- > From: Thomas.Wolff@icn.siemens.de [ mailto:Thomas.Wolff@icn.siemens.de ] > Sent: Friday, April 14, 2000 9:26 AM > To: cygwin@sourceware.cygnus.com > Subject: 3 bugs >> My program could create a file "xy." (with a final dot) in the cygwin > environment using a link() call, but I could not manage by any means > to use, remove, or rename that file afterwards. I encounter a similar problem. Apparently, files with a trailing "." are mapped to files without any extension. $ touch ab. cd. $ ls -l -rw-r--r-- 1 administ JRW 0 Apr 17 18:21 ab -rw-r--r-- 1 administ JRW 0 Apr 17 18:21 cd $ rm ab. $ ls -l -rw-r--r-- 1 administ JRW 0 Apr 17 18:21 cd $ rm cd $ ls -l total 0 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com