Searching of file.

  • Thread starter Thread starter trialproduct2004
  • Start date Start date
T

trialproduct2004

Hi all,

I am having C# application which is accepting file name and directory
name.

What i want is to check whether file present in given directory or not.

Directory can have sudirectories in it. So i want searching to be for
innnermost folder also.

Can some one help me in doing this.

Any help will be appreciated.

thanks in advance.
 
Hi
You can make use of the System.IO.DirectoryInfo, for searching the files.
Cheers
Manoj Kumar
 
Back
Top