Method: PSWindows::Exec#rm_rf

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

#rm_rf(path) ⇒ Object



15
16
17
# File 'lib/beaker/host/pswindows/exec.rb', line 15

def rm_rf path
  execute("del /s /q #{path}")
end