diff options
author | Damien George <damien.p.george@gmail.com> | 2017-05-05 23:32:44 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-05-10 11:39:28 +1000 |
commit | d4cd4831b01ff87b4a9f84bb88b165e3b156b3b4 (patch) | |
tree | 18675e38292c3b9bb83c1e2e35de08147a23e37f /tests | |
parent | 87283c1974188707b436eebf2a04d4555a26dcca (diff) | |
download | micropython-d4cd4831b01ff87b4a9f84bb88b165e3b156b3b4.tar.gz micropython-d4cd4831b01ff87b4a9f84bb88b165e3b156b3b4.zip |
extmod/vfs_fat: Replace listdir() with implementation of ilistdir().
VfsFat no longer has the listdir() method. Rather, if listdir()
functionality is needed then one should use uos.listdir() which will call
VfsFat.ilistdir().
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions