I am using LPC1788 with RL-ARM & Keil MDK4. I am using the RL Flash File System with a NAND Flash.
I have created a folder & successfully added several .txt files in it. Now i want to delete all the files in that folder in one go.
I am using the below statement
fdelete ("N:\\LIST1\\"), but not able to delete the files in the folder.
Is it possible to delete the files in a folder in this way?