diff options
author | Damien George <damien.p.george@gmail.com> | 2017-03-13 21:37:21 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-03-13 21:37:21 +1100 |
commit | 0a3ac07ec79acf580ccf3c6188f25cde2f77bbe5 (patch) | |
tree | b1c1d7c9f6575fd2eaea2a8ead598c64a10bba5c /py/bc.c | |
parent | a7a2344c9df8ed8cba48e6947d15653450f953ba (diff) | |
download | micropython-0a3ac07ec79acf580ccf3c6188f25cde2f77bbe5.tar.gz micropython-0a3ac07ec79acf580ccf3c6188f25cde2f77bbe5.zip |
extmod/vfs: Rewrite path lookup algo to support relative paths from root.
For example, if the current directory is the root dir then this patch
allows one to do uos.listdir('mnt'), where 'mnt' is a valid mount point.
Previous to this patch such a thing would not work, on needed to do
uos.listdir('/mnt') instead.
Diffstat (limited to 'py/bc.c')
0 files changed, 0 insertions, 0 deletions