Find Directory in root directory

hi,

i wrote the code for file system in Q2687rd firware 7.52, i created the directory’s (directory consists of files), but how can i find the created Directories. i used the already adl_fsFindFirst but didn’t get the expected result.

please help me out this problem?

thank u in advance.

hi,
adl_fsFindFirst should give you the available directory.

what you mean by this? is it like this API is not listing any directory details??

Regards,
Alex

How to search file by wildcard name?

say I want to search all files who has extension “.txt”

so my api call
{
ADL_FS_FIND * fileResult = NULL;

adl_fsFindFirst("*.txt", fileResult)
}

giving error