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

acess denied to delete file

Started by koumakpet, 07 July 2017 - 12:25 AM
koumakpet #1
Posted 07 July 2017 - 02:25 AM
I have program that create file 'log' but when I tried to delete this file I cant there is acess denied message
that file ('log') isn't in any directory
Bomb Bloke #2
Posted 07 July 2017 - 06:53 AM
This tends to be more of a "file is already in use" error rather than a "permissions" error - you may've forgotten to close your file handle, perhaps (difficult to comment without seeing your code).

Try rebooting the computer and giving deletion another go.