Versions Compared

Key

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

Syntax

$cs.File_DelEmptyFolder(string path)

Parameters

Path

Delete path if it is empty

Example

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

...