Kill Statement [Runtime]/text/sbasic/shared/03020410.xhpSun Microsystems, Inc.converted from old format - fpeKill statementKill Statement [Runtime]Deletes a file from a disk.Syntax:Kill File As StringParameters:File: Any string expression that contains an unambiguous file specification. You can also use URL notation.Example:sub ExampleKillKill "C:\datafile.dat" REM File must be created in advanceend sub