$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
Example
$cs.File_DelEmptyFolder("$env:ProgramData\Notepad++")
returns nothing
Â