RE: [Flightgear-devel] Portable unlink() / rmdir()

2004-02-15 Thread Norman Vine
Norman Vine wrote: Curtis L. Olson writes: I forgot to point out the necessay nonstandard Windows headers though #include io.h _unlink( const char * ) #include direct.h _rmdir( const char * ) Norman ___ Flightgear-devel mailing list [EMAIL

Re: [Flightgear-devel] Portable unlink() / rmdir()

2004-02-15 Thread Frederic Bouvier
Norman Vine wrote: Norman Vine wrote: Curtis L. Olson writes: I forgot to point out the necessay nonstandard Windows headers though #include io.h _unlink( const char * ) #include direct.h _rmdir( const char * ) I have no problem using unlink and rmdir with MSVC ( without

[Flightgear-devel] Portable unlink() / rmdir()

2004-02-14 Thread Curtis L. Olson
Honest, I'm not writing a windows virus here. :-) I am working on an fltk app to make it easier to install / uninstall 10x10 .tar.gz scenery chunks. I have the install part mostly working (via libtar / libz) so now I am looking at uninstalling. For unix I can do a depth first traversal of the

RE: [Flightgear-devel] Portable unlink() / rmdir()

2004-02-14 Thread Norman Vine
Curtis L. Olson writes: Honest, I'm not writing a windows virus here. :-) I am working on an fltk app to make it easier to install / uninstall 10x10 .tar.gz scenery chunks. I have the install part mostly working (via libtar / libz) so now I am looking at uninstalling. For unix I can