Sha256: aa997151acd8b8607fc6dfaf387b919436f4ba75eccb8b22ee6b53dd33133635
Contents?: true
Size: 199 Bytes
Versions: 63
Compression:
Stored size: 199 Bytes
Contents
$p = $ExecutionContext.SessionState.Path $path = $p.GetUnresolvedProviderPathFromPSPath("<%= path %>") if (!(Test-Path $path)) { New-Item -ItemType Directory -Force -Path $path | Out-Null } exit 0
Version data entries
63 entries across 46 versions & 4 rubygems