Syntax
<dllobject>$cs.File_DelFile(string filepath, bool recursive = false)
Parameters
filepath
file to delete and starting path
...
delete file from subfolders, relative to filepath (default False)
Example
Code Block | ||
---|---|---|
| ||
$cs.File_DelFile("C:\Program Files\CapaInstaller\dummy.exe",$True) |
...