[SOLVED] Access Directory structures and contents on server

Answered Closed
0
0

Hi

I have images that reside in subfolders of the root directory. The structure of subfolders and the contained images are dynamic.  So how can I iterate through these subfolders and read the image names

  • You must to post comments
Best Answer
0
0

Use System.IO and Application.StartupPath.

  • You must to post comments
Showing 1 result