Searched refs:FullPath (Results 1 – 1 of 1) sorted by relevance
253 $FullPath = Join-Path $SrcDir $i.Path variable254 Write-Verbose ("FullPath: " + $FullPath) variable256 If (-Not $( Test-Path $FullPath -PathType Container )) { variable257 Write-Host "ERROR: path doesn't exist:" $FullPath -ForegroundColor red variable265 -WorkingDirectory $FullPath ` variable269 + ("DOSKEY realclean=" + "git clean -d -f -X " + $FullPath + " & ") ` variable277 Push-Location $FullPath variable280 & ("git clean -d -f -X " + $FullPath) variable