0
votes
votes
0 answers
download a directory listedcontent
i have listed the contents of a folder using the following code DirectoryInfo di = new DirectoryInfo("D:/EmpCustVersion1/pancard/"+txtDir.Text); FileInfo[] rgFiles = di.GetFiles(); foreach (FileInfo fi in rgFil ...
