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.