el-muto
Results
1
issues of
el-muto
In C# .net 8 try { using var stream = File.OpenRead("C:\\temp\\somebiggerfile.bin"); Console.WriteLine($"File length in bytes: {stream.Length}"); } catch (Exception ex) { Console.WriteLine(ex.Message); } On a "real" Windows PC this works...