From: fjh AT cs DOT mu DOT OZ DOT AU (Fergus Henderson) Subject: bugs with `rm' and delete queue 5 Nov 1997 04:36:42 -0800 Message-ID: <199711051203.XAA17531.cygnus.gnu-win32@mundook.cs.mu.OZ.AU> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com (Cygnus GNU-win32 mailing list) Hi, gnu-win32 does some fancy footwork in an attempt to emulate the Unix behaviour where a file which is currently opened by one process can be deleted; in Unix, the directory entry for that file is removed, but the file will not actually be deleted until the process closes the file. Unfortunately there are bugs in this code in gnu-win32. In particular, I have often experienced the situation where gnu-win32 somehow queues up deletes for a file, and then when a new copy of the file is created, the new copy gets immediately deleted. There also seem to be problems with attempting to delete a read-only file. (Sorry this bug report is not very precise, unfortunately I don't have access to my Windows 95 box at the moment.) Has anyone else experienced similar problems? I don't suppose anyone happens to have a fix? -- Fergus Henderson | "I have always known that the pursuit WWW: | of excellence is a lethal habit" PGP: finger fjh AT 128 DOT 250 DOT 37 DOT 3 | -- the last words of T. S. Garp. - 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".