mistux Site Admin

Joined: 25 Jun 2004 Posts: 1042 Location: South Bend, Indiana USA
|
Posted: Thu Jul 19, 2018 2:27 pm Post subject: Remove Directories that say they don't exist |
|
|
If you can't delete a folder (or file) especially ones that Camtasia makes do this:
1. From the Command Prompt
2. Type in "cd /d xxx" where "xxx" is your path
3. Type "dir /x"
4. Then rmdir /q /s "yyy" where "yyy" is your short version of the name.
Here is a video of it.
https://youtu.be/xIj-6f4NjNA |
|