Hi I want to make my own listbox which is contain all audio file in devices
How to retrieve all audio file path / name in a device?
O ya I'm already try using MGFetch, but I think I want make my own listbox
Thanks
Hi I want to make my own listbox which is contain all audio file in devices
How to retrieve all audio file path / name in a device?
O ya I'm already try using MGFetch, but I think I want make my own listbox
Thanks
basically you would need to first figure out all folders that have music (maybe using PathInfo::SoundsPath()), and then read the folders and see that you select only audio files (either use recognizers, or use extension of the filename)
PathInfo probably delivers some default path only (like "\Sounds"), if you want the same data what MGFetch has, you can try digging into its internals (in the ex-open source Symbian^3 code, "symbiandump" project on SourceForge).