InspectExe lets you explore and diagnose problems with Win32 applications. It is integrated directly into the Windows® Explorer and adds as a set of extra pages in the Properties sheet for the selected executable file. Look at the screen shots atthe…
static void yieldDir(DirectoryInfo dir, int depth, StringBuilder sb1, StringBuilder sb2) { var firstFlag = ""; var firstFlag1 = ""; var dirtmp = dir; for (int a = 0; a < depth; a++) { var dirtmpname = Regex.Replace(dirtmp.Name, @&qu…