Problem Deleting Invalid File Name

  • Thread starter Thread starter Pierre de Beer
  • Start date Start date
P

Pierre de Beer

Windows will not allow me to delete a file with the following name
"c.divx".
On closer inspection there is 2 unprintable characters in the file
extension. All attempts to delete the file come up with the message "Cannot
delete file: Cannot read from the source file or disk."

I even booted with a Win 98 disk and attempted Deltree with no luck.

Any ideas?

Thank You

Pierre de Beer
 
Did you use wildcard mask, like "del c.divx*"? Can you move the file? If
yes, create new subdirectory c:\foobar and move file to there. Then use "rd
/s /q c:\foobar". Your last option might be to use disk editor to change
file name. But how to do that is quite complicated task and might cause lot
of problems.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Invalid File Name 1
Creation of files that can't be deleted 7
Can't delete file 3
Unable to delete file 9
"Undeletable" File 29
Cannot Delete Folder 3
is there an app to fix file names? 9
Stubborn Misplaced File 22

Back
Top