Sha256: a3cc04198d63d7d24f168178add78a5e594e9618610066ba8970fa71ac83d34c
Contents?: true
Size: 172 Bytes
Versions: 54
Compression:
Stored size: 172 Bytes
Contents
$p = $ExecutionContext.SessionState.Path $path = $p.GetUnresolvedProviderPathFromPSPath("<%= path %>") if (Test-Path $path) { $true exit 0 } else { $false exit 1 }
Version data entries
54 entries across 38 versions & 3 rubygems