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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

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

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -