...
Deletes folder and all subfolders
Syntax
File_DelTree(sDir,bForce) As Boolean
Parameters
sDir (String)
Rootpath to be removed
...
Ignore attributes
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If bStatus Then bStatus = File_DelTree("C:\CapaInstaller", True) |
Related functions
File_CreateDirectory File_DelFile File_ExistDir File_ExistFile