You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bill88t
changed the title
listdir() vs listdir("./") does not work the same way on /listdir() & listdir("./") does not work the same way on /Sep 18, 2023
bill88t
changed the title
listdir() & listdir("./") does not work the same way on /listdir() & listdir("./") do not work the same. Mounts are ignored.
Sep 18, 2023
When the os.listdir('..') is run from a mounted directory (SD card anyway) the mounted folder is listed rather than the root folder. I.E. the ".." directory shortcut can't parse up thorough a mount point.
CircuitPython version
Code/REPL
Behavior
Description
I just started playing with ramdisk more, and I noticed my
ls
was just.. not seeing it..Additional information
No response
The text was updated successfully, but these errors were encountered: