So if they do this:
local handle = fs.open('/foo.cfg')
handle.write(foo)
handle.close()
This happens:
local handle = fs.open('/virtual hard disks/CC/foo.cfg')
handle.write(foo)
handle.close()
I have no idea, how
P.S. Maybe the header is missed
Edited by Sewbacca, 05 April 2016 - 10:20 PM.












