Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

$cs.File_DelTree(string path)

Description

Deletes a directory if it exists.

Parameters

path

Path to remove

Example

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

...