I have uploaded some images on my server in Images Folder i want path for Each images i.e like :
www.minimicro.com/images/name1.png
www.minimicro.com/images/name2.png
www.minimicro.com/images/name2.png
I want C# Code to get all this in One String array.
help me for this.
thank you in Advance.
You can try with yhis code – based on
Directory.GetFilesmethod andServer.MapPathOn the network you can also use
WebRequestclassLink :http://www.codeguru.com/columns/dotnettips/article.php/c7005/Downloading-Files-with-the-WebRequest-and-WebResponse-Classes.htm