Hi,
I have been experimenting with SD card.
When I try to access the folder inside SD card ,I am able to do it using ffind function but when I am trying to find folder inside the folder,ffind is not working .
example:
SD card path:
M:ABC\\XYZ\\log1.log1
1) ffind("M:*", &info);able to access the ABC folder.
2) ffind("M:ABC\\XYZ\\*.*", &info);able to access the log1.log file
3) ffind("M:ABC\\*", &info);NOT able to access the XYZ folder
Please suggest how can the XYZ folder be accessed.
Thanks,
Pratap