summaryrefslogtreecommitdiffstatshomepage
path: root/lib
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-03-13 21:37:21 +1100
committerDamien George <damien.p.george@gmail.com>2017-03-13 21:37:21 +1100
commit0a3ac07ec79acf580ccf3c6188f25cde2f77bbe5 (patch)
treeb1c1d7c9f6575fd2eaea2a8ead598c64a10bba5c /lib
parenta7a2344c9df8ed8cba48e6947d15653450f953ba (diff)
downloadmicropython-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 'lib')
0 files changed, 0 insertions, 0 deletions