On November 18, 2002 10:15, Ryan Comming wrote: > > On November 18, 2002 01:06, Per Winkvist wrote: > > hTiff = TIFFOpen( file, "r" ); > > unlink( file ); > > do things with hTiff > And what's the problem with this, exactly? Why would you want to remove the file before you close its handle? Per