Mail Archives: cygwin/1997/06/13/19:24:00
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 AT mike DOT franken DOT de
Germany | www http://minimike.franken.de/
-
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".
- Raw text -