Sha256: f84a01d01f1c1d38589d839ab5539036df7a4f85ed556277de543c02035e8dc5
Contents?: true
Size: 171 Bytes
Versions: 63
Compression:
Stored size: 171 Bytes
Contents
$p = $ExecutionContext.SessionState.Path $path = $p.GetUnresolvedProviderPathFromPSPath("<%= path %>") if (Test-Path $path) { Remove-Item $path -Force -Recurse } exit 0
Version data entries
63 entries across 46 versions & 4 rubygems