List all Directories and their Files
Windows Mobile 6.5

8/28/2008
This code sample is named PTree. It demonstrates how to list all of the files and directories on a mobile device, using the Remote API (RAPI) interface.
-
ActiveSync API
-
CeFindAllFiles function
-
CeRapiFreeBuffer function
-
CeRapiInit function
-
CeRapiUninit function
To run the code sample
-
Navigate to the solution file (*.sln), and double-click it. By default, the solution files are copied to the following folders:
C:\Program Files\Windows Mobile 6 SDK\Samples\Common\CPP\Win32\Rapi\PtreeMicrosoft Visual Studio 2005 launches and loads the solution.
-
Build the solution (Ctrl+Shift+B).
-
Deploy the solution (F5).
-
To get the list of files and directories, use the following command line:
Ptree
Community Additions
Show: