Hi All,
I want to get the image list in the image folder in the application folder. The following code will returns the Images in the Mypicture folder.
string[] files = System.IO.Directory.GetFiles(Environment.GetFolderPath(Environment.SpecialFolder.MyPictures));
Geetha