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