Test-Path指令在Powershell中的功能

2024-10-16 05:25:14

Test-Path是用来测试路径或文件是否存在的指令,在我们使用Powershell的时候,可以通过Test-Path指令,确认输入的命令元素是否存在。

工具/原料

Powershell

电脑

测试路径是否存在

1、打开Powershell程序窗口;

Test-Path指令在Powershell中的功能

3、设定参数 -Path ;

Test-Path指令在Powershell中的功能

5、点击回车,返回测试结果。

Test-Path指令在Powershell中的功能

2、输入TEST-Path命令行;

Test-Path指令在Powershell中的功能

4、注意:不切换路径,直接输入文件存储的绝对路径,也可以进行测试。

猜你喜欢