IFsiDirectoryItemRemoveTree Method |
Namespace:
IMAPI2.axlib
Assembly:
CSDVDCDBurner (in CSDVDCDBurner.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax void RemoveTree(
string path
)
Sub RemoveTree (
path As String
)
Dim instance As IFsiDirectoryItem
Dim path As String
instance.RemoveTree(path)
abstract RemoveTree :
path : string -> unit
void RemoveTree(
String path
)
function RemoveTree(
path : String
)
function RemoveTree(path);
Parameters
- path
- Type: SystemString
See Also