Sha256: 598d23863a4d4af9f6ddfff4d2217e73150a4257bc9456d7fa1ae20e616ae328
Contents?: true
Size: 205 Bytes
Versions: 23
Compression:
Stored size: 205 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
23 entries across 23 versions & 3 rubygems