“Could not find this item” when attempting to delete
I tried to delete an empty directory and was presented with an “Item Not Found” error:
Easy enough fix:
- OpenĀ a command prompt
- Navigate the to directory containing the offending item
- Determine the 8.3 filename via entering dir /x
- Delete using 8.3 filename (del for files, rmdir for directories)