【发布时间】:2016-08-26 17:36:08
【问题描述】:
我想删除一个目录,但是一个进程正在使用它。
mv : Access to the path 'C:\Users\mike\Documents\myapp\node_modules\' is denied.
Explorer 提到该目录正在使用中。是否有相当于 fuser 的 Windows Powershell?
请注意,这是一个 powershell 问题。我不想启动 GUI 应用程序。
【问题讨论】:
标签: powershell directory file-handling fuser