Searched defs:path (Results 1 – 2 of 2) sorted by relevance
161 $path = $destination_directory + "\" + $patch[0] variable162 Write-Verbose("Patching file: $path") variable163 If (Test-Path -Path $path -PathType leaf) { variable173 Set-Content -Path $path -Value $content -Encoding ascii variable
166 $path = $destination_directory + "\" + $patch[0] variable167 Write-Verbose("Patching file: $path") variable168 If (Test-Path -Path $path -PathType leaf) { variable178 Set-Content -Path $path -Value $content -Encoding ascii variable