Solution: Can't delete "The... folder does not exist. The file may have been moved or deleted."

Use RMDIR on containing folder

Begin like the previous method, but try also
rmdir /s foldername
(replace foldernamewith the name of the folder to be deleted). This command should delete a folder with all its subfolders.
If the folder name contains one or more spaces, enclose it in quotes. Example:
rmdir /s "folder name"
Note that the abbreviated command rd can be used in place of rmdir.

留言

這個網誌中的熱門文章

java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/datatype/XMLGregorianCalendarImpl$Parser

10 Tips for Proper Application Logging

Turn off WebLogic basic authentication