Programming Reference Manual
 
Syntax
 
object.DeleteOnDestroy
 
Description
Specifies if the corresponding file should be deleted when the object is destroyed.
 
Part
Description
object
Evaluates to a DartStream object.
 

Data Type

Boolean

Remarks

WARNING  USE WITH CAUTION!
When set to True and FileName specifies a file, the file is deleted when this object is destroyed.
 
See Also