7 posts
Posted 03 April 2015 - 01:52 PM
I got a dream (An impossible dream), the dream is…
Is that possible to control the whole file system using computercraft emulator just like the console of linux, ubuntu, etc. ?
1426 posts
Location
Does anyone put something serious here?
Posted 03 April 2015 - 02:47 PM
I got a dream (An impossible dream), the dream is…
Is that possible to control the whole file system using computercraft emulator just like the console of linux, ubuntu, etc. ?
If you are on linux you could symlink the root folder to the sessions folder:
ln -s / ~/.ccemuredux/sessions/Wherever/computer/0
You would need to set the file limit about (2^10)^4 (1 Tebibyte - 1.1e+12). You might want to only do it to your home directory though instead. This is one odd request though. :P/>