Purpose
Deletes a file. You can issue this statement from the MapBasic window in MapInfo Pro.
Syntax
Kill filespec
filespec is a string which specifies a filename (and, optionally, the file's path).
Return Value
String
Description
The Kill statement deletes a file from the disk. There is no "undo" operation for a Kill statement. Therefore, the Kill statement should be used with caution.