I’m testing Unlink in php to delete some files.
The files are indeed removed, I can’t see them anymore, but what’s surprising is that my hard drive space never goes down.
I want to delete completely a file.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If the file size is negligible, you might not see any size changes. Rest assured, if a file is no longer visible (and is not hidden) it has been marked for deletion and any file created or modified after it could occupy its old space, therefore overwriting what was left of the file.