i guess you misinterpreted the command, you do not use the "kill" command when handling a file, then you use the close *filehandler*
kill is used in this way:
Code:
print "Enter a valid path for a file so that this program can erase it :)"
input path$
kill$(path$)
Liberty basics helpfiles description:
Code:
KILL "filename.ext"
This command deletes the file specified by filename.ext. The filename can include a complete path specification.
Even if path$ leads to a valid file, the file somehow turn into a read-only file. i tried to remove the read-only option, but it still didn't work. it turns out that it had gone back to being a read-only file.
and thanks for helping me!
if you are looking for a place to download liberty basic go here:
Liberty BASIC - Easy Programming for Windows
fun fact: i am thirteen
