On Thu, Mar 15, 2012 at 3:50 PM, Glynn Clements <[email protected]> wrote: > 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.
Could|Will it be cleaned up when the Windows user leaves and reenters the session? Or could a list of dead tmp files be generated to handle this issue and savely remove them at next start up? Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
