How to find files with “*.zip” from a url path with Directory Browsing enabled using c#.
For Eg:
if my url is : http://www.example.com/myfolder/myfiles
and the path consist of the files : ex1.htm,ex2.zip,ex.pdf,ex.swf,
Then how can i find the filename with the extension *.zip.
Please help me how to find the file name of the zip file in the URL
How to find files with *.zip from a url path with Directory Browsing enabled
Share
As suggested by Michael I got the solution of the question as follows: