FILE_Kill
|
<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > File > FILE: functions working on files > FILE_Kill |
Description
Delete a file from disk giving full file name including path.
Syntax
n = FILE_Kill(FileName)
Returns
Number.
0 means no errors.
Possible error codes:
53 = File not found
70 = Permission denied
75 = Wrong path
76 = Path not found
Parameters
Name |
Type |
Optional |
Meaning |
FileName |
String |
No |
Full file name of the file to be deleted |
Remarks
Attention: File_Kill cannot be undone. Deleted file will be removed permanently.
Restrictions
See also
Examples