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

How can I hide ROM?

Started by tommyroyall, 23 September 2012 - 01:33 PM
tommyroyall #1
Posted 23 September 2012 - 03:33 PM
Hey guys. I want to be able to hide all ROM on some comps and only show local files. How would I go about that? Use a custom shell perhaps?
Jahmaican #2
Posted 23 September 2012 - 03:53 PM
Function overriding let you do such sick kind of stuff. For example look what I did here:
http://www.computercraft.info/forums2/index.php?/topic/4320-luamake-rof/
just work with fs.list() and shell.setDir() functions. I could try and code it if you want.