mbitsnbites / mfat

A minimal FAT I/O library for embedded systems

Home Page:https://gitlab.com/mbitsnbites/mfat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add more POSIX I/O functions

mbitsnbites opened this issue · comments

There are a few useful POSIX I/O functions that can complement the functionality of the MFAT library.

Deleting files:

Creating/deleting directories:

Directory traversal:

Also consider fd-based vs path-based functions (fdopendir, openat, ...).