Fix accent character issue in Path
This commit is contained in:
		| @@ -12,7 +12,8 @@ try { | ||||
| 	Return | ||||
| } | ||||
|  | ||||
| if (Test-Path -LiteralPath $FilePath) { | ||||
| if (Test-Path $FilePath) { | ||||
|     Start-Process $FilePath -Wait | ||||
|     Remove-Item -LiteralPath $FilePath -Force | ||||
|     $item = Get-Item -LiteralPath $FilePath | ||||
|     $item.Delete() | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user