I’m writing an Windows Mobile application and I’d like to get a list of files in a certain folder on the device. Is there an API to use to read information about folders and files in the device file system?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That will be just like a desktop application would do it. For .NET have a look at DirectoryInfo and similar classes.
For C++ start from FindFirstFile