File\_DelTree
Description
Section titled “Description”Deletes folder and all subfolders
Syntax
Section titled “Syntax”File_DelTree(sDir,bForce) As Boolean
Parameters
Section titled “Parameters”sDir (String)
Rootpath to be removed
bForce (Boolean)
Ignore attributes
Example
Section titled “Example”VBScript
If bStatus Then bStatus = File_DelTree("C:\CapaInstaller", True)Related functions
Section titled “Related functions”File_CreateDirectory File_DelFile File_ExistDir File_ExistFile