This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TDA2PXEVM: Deleting the folder in the SD card

Part Number: TDA2PXEVM

Tool/software: TI-RTOS

Hello,

I am not able to delete the folder in the SD card.

I am using the below function:

status = File_delete(dirPath);
f_unlink(filename) is returning 7, which means access denied.
FR_DENIED,             /* (7) Access denied due to prohibited access or directory full */
I am using VSDK : PROCESSOR_SDK_VISION_03_03_00_00.
Note: I am able to delete the file with the same api but not directory.