From: mh@minimike.franken.de (Michael Hirmke)
Subject: Re: rename() in B18..
13 Jun 1997 19:24:00 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.LNX.3.95.970613155342.27785B-100000.cygnus.gnu-win32@minimike.franken.de>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Original-To: gnu-win32@cygnus.com
In-Reply-To: <2.2.32.19970613015953.00687970@wilmington.net>
Original-Sender: owner-gnu-win32@cygnus.com

On Thu, 12 Jun 1997, Keet wrote:

[...]
>     if( unlink("test1") < 0) {
> 	printf("Unable to unlink test1!\n");
> 	exit(1);
>     }
>     
>     if( rename("test2","test1") < 0 ) {
> 	printf("Unable to rename test2 to test1!\n");
> 	exit(1);
>     }

You try to unlink open files !

>     
>     fclose(test1);
>     fclose(test2);
> }
> 
[...]

Ciao.
Michael.
-- 
Michael Hirmke           | voice +49 (911) 557999
Georg-Strobel-Strasse 81 | fax   +49 (911) 557664
D-90489 Nuernberg        | email mh@mike.franken.de
Germany                  | www   http://minimike.franken.de/

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