Skip to content
Snippets Groups Projects
Commit 0a3ac07e authored by Damien George's avatar Damien George
Browse files

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.
parent a7a2344c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment