Rich Shepard wrote: > Related question: if they're no longer needed, why doesn't grass remove > them from the hard drive?
Which OS? r.proj calls remove() on the temporary file immediately after opening it. On Unix, that removes the directory entry, and will cause the file itself to be deleted as soon as r.proj terminates. On Windows, the remove() call will fail (you can't delete an open file on Windows), and the file will be left behind. -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
