示例#1
0
文件: Program.cs 项目: danaxa/Pencil
 static bool IsAssembly(Pencil.IO.Path path)
 {
     var ext = path.GetExtension();
     return ext == ".dll" || ext == ".exe";
 }