Sir,
I am in a ADO.NET Project to find existing pdf file in a directory and move into a new path. I have done almost code but stuck in a code to filter files that have extension of .pdf.
Please provide me the code to filter only pdf files
Here the c# code I wrote:-
In this code I wrote a existing file name in order to test.

Vinay SinghPosted Jul 7, 2016, 4:20 AM
Search File Exist or Present in Directory Windows Application Using C#.Net
Bineesh ViswanathPosted Jul 7, 2016, 4:18 AM
string Destination = System.IO.Path.Combine(FtpDestinationFile, PdfFilename);
ketan borsdiyaPosted Jul 7, 2016, 3:26 AM