DbFileSpec.Delete Method (Typed) | |
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:
XSharp.VO.SDK
Assembly:
XSharp.VORDDClasses (in XSharp.VORDDClasses.dll) Version: 2.19
Syntax Examples 1oDB := DBFileSpec{ "C:\TEST\DELETE\STRING\TEST.DBF" }
2oDB:Delete( )
See Also