c# - How to get file folder names in windows phone 8? -


i have folders , inside folders there files.i want names of folder(by iterating) , want iterate through them read files.how can achieve in windows phone?

this give installed folder on wp8,

storagefolder installationfolder = windows.applicationmodel.package.current.installedlocation; 

to access files can read more here accessing files in wp8


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -