Skip to content
  • Robert HH's avatar
    extmod/vfs_fat.c: Add vfs.stat(). · ee009d71
    Robert HH authored
    The call to stat() returns a 10 element tuple consistent to the os.stat()
    call. At the moment, the only relevant information returned are file
    type and file size.
    ee009d71