Unsolved
This post is more than 5 years old
1 Rookie
•
12 Posts
0
8344
November 20th, 2004 23:00
Get error message when trying to delete a empty directory
Hi,
Have a empty directory under the Program Files directory that when I try to delete, I get the following error message:
Cannot Delete file: Cannot read from the source file or disk
Any suggestions on how I can delete this folder?
Thanks
JR
No Events found!



msil217
2 Intern
•
2K Posts
0
November 21st, 2004 00:00
You could try using the rd command in command prompt, but be careful. If you use it wrong, you can lose important files.
Command as follows:
rd "C:\documents and settings\username\emptyfolder" (this is just an example. Make sure you have the correct path)
If you are not sure, don't use the command.
Good Luck!!!
Paranoid_Androi
38 Posts
0
November 21st, 2004 13:00
jrowland
1 Rookie
•
12 Posts
0
November 21st, 2004 13:00
JRosenfeld
2 Intern
•
4.4K Posts
0
November 21st, 2004 13:00
Denny Denham
2 Intern
•
18.8K Posts
0
November 21st, 2004 15:00
When using DOS-like commands for long names, truncate the name to the first six characters and pad it with ~1, to "conform" to the DOS convention of 8.3 file names. Program Files would be entered as progra~1.