开发者

Getting directory structure in windows mobile

开发者 https://www.devze.com 2022-12-08 18:51 出处:网络
Is there a way to get the directory structure in windows mobile in C++? There is no folder browse dialog in MFC or in win32 for the windows mobile so I searched for a way to get the directory str开发

Is there a way to get the directory structure in windows mobile in C++?

There is no folder browse dialog in MFC or in win32 for the windows mobile so I searched for a way to get the directory str开发者_开发问答ucture inside the code and even this seems difficult to find. These operations are very easy to perform in .NET compact framework but the application I am working on is a C++ application.


You should be able to call FindFirstFile and FindNextFile. If you want to do it remotely (from a desktop computer connected to the mobile device) you can use CeFindFirstFile and CeFindNextFile instead.

0

精彩评论

暂无评论...
验证码 换一张
取 消