Kill Statement

डिस्क से फ़ाइल मिटाता है.

Syntax:


Kill File As String

पैरामीटर

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

Error codes:

5 Invalid procedure call

D'oh! You found a bug (text/sbasic/shared/00000003.xhp#err76 not found).

उदाहरण:


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

Please support us!