Powershell的相對路徑,我想指的文件,該文件是在同一回購的PowerShell腳本相對路徑。到回購文件
我有以下目錄結構。
repo/
├── files
│ └── scripts.sh
│
├── powershell_scripts
└── my_powershell.ps1
在
my_powershell.ps1
我要引用scripts.sh
。我試圖在PowerShell腳本中使用$PSScriptRoot
,但它沒有按照我想要的方式工作。
我想my_powershell.ps1
皮卡scripts.sh
與目錄結構。
有誰知道如何做到這一點?
感謝
我看你有沒有PSV2列爲標籤。你真的會在版本2上運行這個嗎? – TheMadTechnician
對PowerShell的V3.0運行它 – roy