mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-03-13 15:08:12 +00:00

It's not entirely clear what the correct behaviour of fs.getDir("..") should be, and there's not much consensus between various languages. I think the intended behaviour of this function is to move "up" one directory level in the path, meaning it should return "../..".