DbFileSpec.Delete Method | |
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 Examples 1oDB := DBFileSpec{ "C:\TEST\DELETE\STRING\TEST.DBF" }
2oDB:Delete( )
See Also