Kill Statement

λ””μŠ€ν¬μ—μ„œ νŒŒμΌμ„ μ‚­μ œν•©λ‹ˆλ‹€.

ꡬ문:

Kill File As String

맀개 λ³€μˆ˜:

File: λͺ…ν™•ν•œ 파일 지정을 ν¬ν•¨ν•˜λŠ” μž„μ˜μ˜ λ¬Έμžμ—΄ μ‹μž…λ‹ˆλ‹€. URL ν‘œκΈ°λ²•μ„ μ‚¬μš©ν•  μˆ˜λ„ μžˆμŠ΅λ‹ˆλ‹€.

Error codes:

5 잘λͺ»λœ ν”„λ‘œμ‹œμ € ν˜ΈμΆœμž…λ‹ˆλ‹€.

76 경둜λ₯Ό 찾을 수 μ—†μŠ΅λ‹ˆλ‹€.

예:

Sub ExampleKill

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

End Sub