gpt4 book ai didi

powershell - PowerShell Rename-Item正在创建文件的副本

转载 作者:行者123 更新时间:2023-12-02 23:54:19 26 4
gpt4 key购买 nike

我的脚本应该将c:\ myfolder \ myfile.txt重命名为myfile.bak

Rename-Item "c:\myfolder\myfile.txt" -NewName "myfile.bak"

但是,它将myfile.txt保留在原处,而是创建一个名为myfile.bak的新文件。

有人知道为什么吗?

最佳答案

如果它是隐藏文件或只读文件,则必须添加-force参数:

Forces the cmdlet to rename items that cannot otherwise be changed, such as hidden or read-only files or read-only aliases or variables. The cmdlet cannot change constant aliases or variables. Implementation varies from provider to provider. For more information, see about_Providers.

关于powershell - PowerShell Rename-Item正在创建文件的副本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49171539/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com