gpt4 book ai didi

powershell - 在 Powershell 中获取解析的文件路径

转载 作者:行者123 更新时间:2023-12-02 08:32:49 29 4
gpt4 key购买 nike

我需要找到一个文件,该文件的路径中有一个文件夹,该文件夹的动态名称在我发布某些应用程序时会发生变化。 (它有一个版本号附加到它)。

C:\somefolder\application_1.0.5.0\myxmlfile.xml

$FilePath = "C:\somefolder\application*\myxmlfile.xml"

效果很好,但我正在更改 xml,需要再次保存。保存后,它提示路径“*”中存在非法字符。

[xml] $xml = Get-Content..
$xml.Save($FilePath)

如何获取 powershell 在 $FilePath 中实际解析的路径,以便将其传递给 xml 保存函数?

最佳答案

PS > $FilePath = 'C:\Window*\win.ini'

PS > Convert-Path $FilePath
C:\Windows\win.ini

关于powershell - 在 Powershell 中获取解析的文件路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24987114/

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