/
$cs.File_DelTree
$cs.File_DelTree
Syntax
$cs.File_DelTree(string path)
Description
Deletes a directory if it exists.
Parameters
path
Path to remove
Example
$cs.File_DelTree("$env:ProgramData\Notepad++")
returns nothing
$cs.File_DelTree(string path)
Deletes a directory if it exists.
path
Path to remove
$cs.File_DelTree("$env:ProgramData\Notepad++")
returns nothing