Kill Statement

Deletes a file from a disk.

தொடரமைப்பு:

Kill File As String

அளவுருக்கள்:

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

பிழையான குறியீடுகள்:

5 செல்லாத செயல்முறை அழைப்பு

76 பாதை கிடைக்கவில்லை

எடுத்துக்காட்டு:

Sub ExampleKill

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

End Sub