Kill Statement

Forigas dosieron el disko.

Sintakso:

Kill File As String

Parametroj:

File: Ĉena esprimo kiu enhavas nedubsencan dosieran specifon. Ankaŭ uzeblas URL-notacio.

Error codes:

5 Nevalida procedurvoko

76 Path not found

Ekzemplo:

Sub ExampleKill

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

End Sub