Delete the subfolder with the given name and, optionally, all of its subfolders and files in it recursively.
            

 Syntax
| C# | Visual Basic | Managed C++ | 
void DeleteFolder (
	String^ name, 
	bool recursive
)

 Parameters
- name (String)
 - The name of the subfolder to delete.
 - recursive (Boolean)
 - Indicates whether files and subfolders should be deleted recursively.
 
Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0