Beispiel #1
0
 internal static string GuessExtension(string path, bool bypass)
 {
     using (BinaryReader br = new BinaryReader(System.IO.File.OpenRead(path)))
         return(Util.GuessExtension(br, "bin", bypass));
 }