Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can any one tell me how I can browse files and folders of a directory of android mobile using c# tree view control or any other control.
I have tried adb command
ls -R
But I am not able to make nodes and child nodes of tree View on the basis of files and folders from adb shell as it does not gives files and folders information in a order.

Please any one tell me a suitable way of browsing files and folders of a directory(Music,Videos e-t-c) of android mobile from c# windows application as we do in case of getting files and folders of windows environment in file explorer using tree View or any other control.

Simply I want to get all files and folders of a specific directory of android mobile using c# windows forms application in a file explorer manner as done in getting files and folders of a directory from a computer with windows environment from c#

Hope you can get my point
Thanks in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900