Directory viewer

Dec 11 2009 10:14 AM

Hello all,
Im making a directory viewer but got on problem. Does anybody know why this little piece wont work?
string[] dir = Directory.GetDirectories(e.Node.FullPath, ("*.*"));
Many regards for anyone who can help me,

Answers (2)