ADD: Some code for Feature Request [ 1951507 ] Wipe file

This commit is contained in:
Alexander Koblov 2008-05-16 11:10:41 +00:00
commit e024b0f928

View file

@ -177,6 +177,7 @@ begin
end;
FileFlush(fs.Handle);
end;
FileTruncate(fs.Handle, 0);
fs.Free;
except
on E: Exception do