gpt4 book ai didi

powershell - 使用Powershell路径中的非法字符

转载 作者:行者123 更新时间:2023-12-02 23:44:41 25 4
gpt4 key购买 nike

我需要使用Powershell验证一条路径。问题是,当给定类似Test-Path -Path "\\\10.2.200.13\share\Logger\Logger"的路径时,它可以正常工作,但是我的要求是,该路径将在记事本中可用-我们需要从记事本中读取路径,然后进行验证。这是代码:

$var = ( Get-Content D:\TestPathIssue\Params.txt ) -split '='
$source1=$var[1].Trim();
test-path -Path $source1;

我可以在 $source1中获取路径,但是我不明白为什么这种方法在 Test-Path中失败。

最佳答案

通过尝试解决此问题-

$source1=$source1 -replace '"', ""

关于powershell - 使用Powershell路径中的非法字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28295363/

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