mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
"" is the correct name of the root directory when mounting a device there
(as opposed to "/"). One can now do os.listdir('/') and open('/abc'), as
well as os.listdir() and open('abc').