/
$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