We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?