Posted 28 December 2012 - 12:34 AM
ComputerCraft version: tested it with both 1.33 and 1.48 (Client and Server)
What happens:
I don't know how to reproduce the bug. I'm the only one I know who's having this specific problem.
Is anyone having the same problem, or does anyone know how to fix it?
Thanks in advance
What happens:
- I tested the fs API with a simple fs.list("")[1], expecting to get Applications (I'm using a mac), but instead I got rom, which could only mean that the paths are relative to the lua directory.
- When trying to make a directory with fs.makeDir("test"), no directory shows up, neither in my computer's root folder, nor in lua. However, ComputerCraft does think it exists: for example, when I execute fs.list("")[2] after creating that test folder, it does return test, although it is visible in neither Finder nor the terminal.
I don't know how to reproduce the bug. I'm the only one I know who's having this specific problem.
Is anyone having the same problem, or does anyone know how to fix it?
Thanks in advance