[Tilesathome] Windows issues
Rob Reid
rob at robreid.co.nz
Fri Nov 30 04:55:18 GMT 2007
Milenko wrote the following on 30/11/2007 15:05:
> I don't know if this is related in any way to the problem at hand, but on
> line 1295 the killafile($TempFile) does not actually seem to be deleting the
> _part-XXXXXXX files as the TempDir is still fill of files at the end of the
> job.
I believe if you are running with debug on it deliberately does not
delete them.
killafile($TempFile) if (not $Config{"Debug"});
Looks back to front if you are used to some other languages but I
believe the 'if' is evaluated first resulting in the killafile not
happening if you have Debug on.
Cheers
rcr
More information about the Tilesathome
mailing list