Author: johnyates
Subject: Sdelete doesnt work with compressed files < 728b
Posted: 20 May 2013 at 6:14pm
I am trying to use SDelete and noticed certain files were not being deleted. The files in question where all compressed and they were less than 728 bytes in size. I managed to lay my hands on the source code and it turns out the error is in the NtFsControl function. In the case of the files the function returns 3221225489 "Reached the end of file". Does anyone know of a fix for this or is there somewhere I can log a bug?
Subject: Sdelete doesnt work with compressed files < 728b
Posted: 20 May 2013 at 6:14pm
I am trying to use SDelete and noticed certain files were not being deleted. The files in question where all compressed and they were less than 728 bytes in size. I managed to lay my hands on the source code and it turns out the error is in the NtFsControl function. In the case of the files the function returns 3221225489 "Reached the end of file". Does anyone know of a fix for this or is there somewhere I can log a bug?