Log In  

This is just a display issue in the command shell mode, but if you cd to a path that ends in a slash, it works, but the slash becomes an extra slash in the display of the current working directory:

> cd foo/
/foo//
> ls
directory: /foo//
bar
...
> cd bar
/foo//bar/
>

Pico-8 0.1.3.

P#16821 2015-11-21 03:01 ( Edited 2015-11-21 08:37)

Oh right, I keep forgetting that one... It's so silly.

P#16823 2015-11-21 03:37 ( Edited 2015-11-21 08:37)

[Please log in to post a comment]