Method: PSWindows::File#tmpdir

Defined in:
lib/beaker/host/pswindows/file.rb

#tmpdir(name) ⇒ Object



9
10
11
12
# File 'lib/beaker/host/pswindows/file.rb', line 9

def tmpdir(name)
  result = exec(powershell('[System.IO.Path]::GetTempPath()'))
  result.stdout.chomp()
end