Close

Time to go

A project log for Merlin

68000 Retro Super Computer

matthew-pearceMatthew Pearce 07/09/2021 at 13:440 Comments

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