Back to product page
AutoDelete property (FileBlob)
Determines if the file will be deleted when the object is destroyed.
Type
A Boolean value. When set to True, filename that FileBlob points to is deleted upon FileBlob's destruction.Syntax
- Basic
object.AutoDelete [= value]
The AutoDelete(object) syntax has these parts:
The AutoDelete(object) syntax has these parts:
object | An expression evaluating to an object of type FileBlob |