Click here to Skip to main content
15,904,024 members

Comments by Vasanth@n (Top 4 by date)

Vasanth@n 1-Feb-11 12:32pm View    
Yes, There is a Overload method, I knew it yaar. anyway thanks for your information.
Vasanth@n 1-Feb-11 7:45am View    
in second dir search please change the dir name as follows
string[] sDirs = Directory.GetDirectories(dirpath); foreach (string sdir in sDirs) { // This method will Recursive do check to the sub directories. with the same search pattern Search(sdir , searchpattern); }
Vasanth@n 2-Dec-10 0:21am View    
Let me ask, how do you read the text file, and wat you are using to print the file? so that you can get more help.
Vasanth@n 25-Nov-10 3:49am View    
use FieldInfo instead of MethodInfo

FieldInfo fdInfo;
fdInfo = type.GetField("name");