$cs.File_DelEmptyFolder
Syntax
$cs.File_DelEmptyFolder(string path)
Parameters
Path
Delete path if it is empty
Example
$cs.File_DelEmptyFolder("$env:ProgramData\Notepad++")returns nothing
$cs.File_DelEmptyFolder(string path)
Path
Delete path if it is empty
$cs.File_DelEmptyFolder("$env:ProgramData\Notepad++")returns nothing