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

[1.32][SSP]Can't delete file if it contains "test"

Started by Wolvan, 10 April 2012 - 02:58 PM
Wolvan #1
Posted 10 April 2012 - 04:58 PM
ComputerCraft Version: 1.32 for Minecraft 1.2.4 Client
Description: I created a Program that writes to a file called "testfile" as soon as I try to delete the file with the "delete" command it says
delete:1: Access denied!
Steps to reproduce: 1.) Create a Program (or use the lua-command) and write a file that contains "test" (in my case "testfile")
2.) try to delete this file again
cant_delete_account #2
Posted 10 April 2012 - 05:24 PM
I can delete it fine, I would suggest deleting it through your computer folder, .minecraft/saves/YOURWORLDNAME/computer/computerid. Then trying again, if it still doesn't work, reinstall CC.
Ian-Moone #3
Posted 10 April 2012 - 07:35 PM
i got this when making the antivirus and its a simple fix. just reboot the pc
djblocksaway #4
Posted 13 April 2012 - 04:11 PM
hm ive never had this problem :S the only time its happend is when i try edit/delete/save files to the rom directory
Robd #5
Posted 24 April 2012 - 03:25 AM
Uhmm… do I dare ask… did you do file:close() ?