IBM Lotus Symphony


Kill Statement [Runtime]

Deletes a file from a disk.

Syntax:

Kill File As String

Parameters:

File: Any string expression that contains an unambiguous file specification. You can also use URL notation.

Error Codes

5 Invalid procedure call

76 Path not found

Example:

sub ExampleKill

Kill "C:\datafile.dat" REM File must be created in advance

end sub


Product Feedback | Additional Documentation | Trademarks