This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Backplague's profile picture

Is it safe to remove the running program inside the program?

Started by Backplague, 17 June 2012 - 07:53 PM
Backplague #1
Posted 17 June 2012 - 09:53 PM
As in:

asd:
fs.remove("asd")

Will this even work? Would it cause issues of some sort?
MysticT #2
Posted 17 June 2012 - 09:54 PM
The program is already loaded and the file handle to it closed, so it would be safe to do it.
Backplague #3
Posted 17 June 2012 - 09:54 PM
The program is already loaded and the file handle to it closed, so it would be safe to do it.
Cool, thanks :(/>/>