Posted on: 2/18/2015 1:58:54 PM | Views : 492

Hi,
I am trying to download list of from download using bellow code
string source =@"http://172.27.0.173/TestEntry/Test_Files/021315-01/FinalFiles";
string[] PFiles = System.IO.Directory.GetFiles(source);
but here  I am getting error in the path 'http://172.27.0.173/TestEntry/Test_Files/021315-01/FinalFiles'  Is not a valid virtual path
URI formats are not supported.
Please help me

Go to the complete details ...