1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-07-29 23:32:52 +00:00
Jonathan Coates e57b6fede2
Test behaviour of fs.getName/getDir with relative paths
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 "../..".
2024-08-18 11:38:10 +01:00
..