Kill Statement

從磁碟上刪除檔案。

Syntax:


Kill File As String

Parameters:

File:包含明確檔案規格的任意字串型表示式。您也可以使用 URL 表示法

錯誤代碼:

5 無效的程序呼叫

76 找不到路徑

Example:


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

Please support us!