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

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -