116 posts
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?
23 posts
Location
Poland
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.