Closed SanokKule closed 3 months ago
Test-Path in the exicon.ps1 should have -LiteralPath argument
Test-Path
-LiteralPath
if (Test-Path -LiteralPath $file) {}
in what case this helps?
When filename looks like this: [something]file.7z
thanks
Test-Path
in the exicon.ps1 should have-LiteralPath
argument