on windows, there is no rm -rf *, what you have to do is
- remove all the files
- remove the directory that contains the fiels (empty files)
Here is the steps that you will exist, suppose that folder is the directoty that you want to remove.
del /F /S /Q folder rd /S /Q folder
Hope this can help.

本文介绍了一种在Windows系统中如何彻底删除无法正常删除的文件夹的方法。通过使用命令提示符下的del和rd命令,可以有效地移除那些由于权限问题或其他原因导致无法删除的目录。
1587

被折叠的 条评论
为什么被折叠?



