예제 #1
0
파일: Program.cs 프로젝트: danaxa/Pencil
 static bool IsAssembly(Pencil.IO.Path path)
 {
     var ext = path.GetExtension();
     return ext == ".dll" || ext == ".exe";
 }