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

99% Impossible

Started by m31317015, 03 April 2015 - 11:52 AM
m31317015 #1
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. ?
SquidDev #2
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/>