Gamecrafter_2020

Results 5 comments of Gamecrafter_2020

> I'm afraid I can't reproduce this. `fs.isDir("..")` returns false, and `cd ..` prints "Not a directory". Would you be able to upload your logs — these will contain some...

> Or this also could be windows specific issue since CC is using native filesystem Probably is.

Weirdly enough, `fs.exists` works as it should. ![Image](https://github.com/user-attachments/assets/2203718f-6922-4361-8aa1-74daccb19d2a)

This also works for all sorts and kinds of other variations. All of them are interpreted as `.` by windows ![Image](https://github.com/user-attachments/assets/78d1d377-4de0-4f9c-a331-34fc91b3d7ef)

The esiest way to rectify this issue is probably to just adjust the code to check whether the path exists before checking if it is a directory, as that works...