$cs.File_DelTree

Syntax

$cs.File_DelTree(string path)

 

Parameters

path

Path to remove

Example

$cs.File_DelTree("$env:ProgramData\Notepad++")

returns nothing

Â