Deletes the dictionary and all data sections from the specified D3 file.
Syntax
object.brDeleteFile sFile, [vbAlways] |
Parameters
Parameter |
Description |
object |
An object variable that represents a clsD3Connection object. |
sFile |
A String variable indicating the D3 file to be deleted. |
vbAlways |
Optional. A Variant (Boolean subtype) that indicates whether the file will be deleted even if open. The default is False. If vbAlways is True, the file will be unconditionally deleted. |
TCL Reference
delete-file