Sha256: dc0ae46b44a52fef3410c794857b9c9e481ddea98e386708536644607af5f9d6
Contents?: true
Size: 262 Bytes
Versions: 11
Compression:
Stored size: 262 Bytes
Contents
$p = $ExecutionContext.SessionState.Path $path = $p.GetUnresolvedProviderPathFromPSPath("<%= path %>") if (Test-Path $path -PathType Leaf) { $bytes = [System.convert]::ToBase64String([System.IO.File]::ReadAllBytes($path)) Write-Host $bytes exit 0 } exit 1
Version data entries
11 entries across 11 versions & 2 rubygems