On the phone, my app knows the name of a file, but not the absolute path to the file. How can I do a "File Find" given only the file's name ? Does RFs or CFileMan have the ability to do a recursive filename search ?
thanks,
Rich
On the phone, my app knows the name of a file, but not the absolute path to the file. How can I do a "File Find" given only the file's name ? Does RFs or CFileMan have the ability to do a recursive filename search ?
thanks,
Rich
you have to implement a recursive function which goes into all the directories and matches with each file in the directory using RFs
Hello Rich,
Go through the post #4 from the following link:Originally Posted by rbwilliams2
http://discussion.forum.nokia.com/fo...ad.php?t=89099
I hope this will help you.
Regards.
Kiran.