1lann / Mimic

A fully featured emulator for the Minecraft mod ComputerCraft that runs straight in your browser.
gravlann.github.io
MIT License
45 stars 20 forks source link

Deleting Bug #60

Open dirthsj opened 9 years ago

dirthsj commented 9 years ago

Deleting a file deletes the file that created it.

edit test

local file = fs,open( "testchild", "w" )
file.write( "hi" )
file.close()

Switch to editor of testchild click delete in the upper right corner. both testchild and test will be gone.