如何让 Powershell 识别脚本本地路径?
例如,我在与 test.ps1 相同的文件夹中有“test.htm”,其中包含 Get-Content .\test.htm
这是错误:获取内容:找不到路径“C:\Users\some username\test.htm”,因为它不存在。
引用本地文件的正确方法是什么?
如何让 Powershell 识别脚本本地路径?
例如,我在与 test.ps1 相同的文件夹中有“test.htm”,其中包含 Get-Content .\test.htm
这是错误:获取内容:找不到路径“C:\Users\some username\test.htm”,因为它不存在。
引用本地文件的正确方法是什么?