Undeletable file "Cannot read from the source file or d
Posted: Thu Feb 17, 2005 5:57 pm
I don't know if anyone remembers the topic i made at raw about an undeletable file that couldn't be fixed with closing explorer.exe and gave the error message "Cannot read from the source file or disk".
But i found a method on google. Apparently invalid characters and spaces where used to make the file undeletable.
When you have found the file open cmd. Head to the directory it is in. When you're there type "dir /x" this will show you the real name of the file. simply use "del filename" to delete it. If it still cannot be deleted it might be because they used a space. type "del filename(alt+255)". rmdir as a command can be used to remove dirs in the same manner.
I post this here because it took me some searching before i found it and because most people direct you to the close down explorer and delete the file method which simply doesn't work in this case.
Maybe it's an idea to start a knowledge database for the harder to get by information like this?
But i found a method on google. Apparently invalid characters and spaces where used to make the file undeletable.
When you have found the file open cmd. Head to the directory it is in. When you're there type "dir /x" this will show you the real name of the file. simply use "del filename" to delete it. If it still cannot be deleted it might be because they used a space. type "del filename(alt+255)". rmdir as a command can be used to remove dirs in the same manner.
I post this here because it took me some searching before i found it and because most people direct you to the close down explorer and delete the file method which simply doesn't work in this case.
Maybe it's an idea to start a knowledge database for the harder to get by information like this?