I have a file with this name "Registering wrong app ", there are a few spaces in the file name, now I can't delete it, it won't even let me change file name, I also tried to delete it from my Java program, it won't let me either, how to delete it ?
When deleting it from Explorer, I got this :
Could not find this item
This is no longer located in C:\My_Dir\.
Verify the item's location and try again.
Registering wrong app
Type: File
Siz: 0 bytes
The strange thing is, this file is invisible to the system, it's 0 in size and has space in it's name.
Edit [ Result ] : Thanks for offering so many ways to skin this tough "cat", I finally got it done, the answers below reminded me of the old days, and the command "del *" killed the cat ! It was the only file left in that dir, and that did it, thanks everyone !
