Explanation
KILL Statement
Deletes files from disk.Worth knowing
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
Useful and cross-version information about the programming environments of QBasic, QuickBasic and Visual Basic for DOS.
KILL filespec$ |
filespec$ | Identifies the file or files to delete. It may include a path and the DOS wildcard characters ? and *. |
INPUT "File to delete: "; f$
KILL f$
See also: | FILES |