Sha256: 598d23863a4d4af9f6ddfff4d2217e73150a4257bc9456d7fa1ae20e616ae328

Contents?: true

Size: 205 Bytes

Versions: 26

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

26 entries across 26 versions & 4 rubygems

Version Path
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/winrm-fs-0.3.2/lib/winrm-fs/scripts/create_dir.ps1.erb
winrm-fs-0.4.3 lib/winrm-fs/scripts/create_dir.ps1.erb
winrm-fs-0.4.2 lib/winrm-fs/scripts/create_dir.ps1.erb
winrm-fs-0.4.2.dev lib/winrm-fs/scripts/create_dir.ps1.erb
winrm-fs-0.4.1 lib/winrm-fs/scripts/create_dir.ps1.erb
winrm-fs-0.3.2 lib/winrm-fs/scripts/create_dir.ps1.erb