A quick change to add a delete command to basic. Fairly straightforward change. To delete a file or directory in FATFs just call the unlink code.
FRESULT f_unlink (
const TCHAR* path /* [IN] Object name */
);
No problems.
A quick change to add a delete command to basic. Fairly straightforward change. To delete a file or directory in FATFs just call the unlink code.
FRESULT f_unlink (
const TCHAR* path /* [IN] Object name */
);
No problems.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.