Click or drag to resize

DbFileSpec.Delete Method

X#
Physically deletes all files that are associated with the DBFileSpec object, including memo files and any index files associated with the DBF through OrderSpec objects.

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Delete() AS USUAL
Request Example View Source

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
Examples
X#
1oDB := DBFileSpec{ "C:\TEST\DELETE\STRING\TEST.DBF" }
2oDB:Delete( )
See Also