$cs.File_DelTree
Syntax
$cs.File_DelTree(string path)
Â
Parameters
path
Path to remove
Example
$cs.File_DelTree("$env:ProgramData\Notepad++")
returns nothing
Â
$cs.File_DelTree(string path)
Â
path
Path to remove
Example
$cs.File_DelTree("$env:ProgramData\Notepad++")
returns nothing
Â