Gamecrafter_2020
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. 
This also works for all sorts and kinds of other variations. All of them are interpreted as `.` by windows 
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...