code for reading a folder contaning .DWG filesin c#
code for reading a folder containing .DWG files in c# .net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jan MontanoPosted Sep 23, 2007, 9:49 PM
string searchPattern = "*.DWG";
string[] files = System.IO.Directory.GetFiles(path, searchPattern);