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