如何删除名为“...”的文件夹

时间:2021-03-16 19:56:37

标签: node.js windows windows-10

在使用 nodejs 脚本时,我(意外地)能够创建一个名为“...”的文件夹。 我无法删除它。 我怎样才能删除它?!

这太荒谬了。我无法重命名它(说另一个进程正在使用它,尝试重新启动),无法删除它(它只是开始无限期地计算文件,直到 Windows 资源管理器崩溃)。这似乎是一个递归问题。

如果我进入文件夹,我又得到了同一个文件夹!

enter image description here

尝试从命令行重命名文件夹,但得到了这个:

ren : An object at the specified path C:\Users\emimue\test\... does not exist.
At line:1 char:1
+ ren "..." "foo"
+ ~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Rename-Item], PSArgumentException
    + FullyQualifiedErrorId : Argument,Microsoft.PowerShell.Commands.RenameItemCommand

Windows 10。

enter image description here

0 个答案:

没有答案
相关问题