Hi All
I'm using Directory.GetFiles to get a list of files, and populate the datagrid. Code is below. Everything is working, but I'm having trouble trying to get Directory.GetFiles to retrieve the list in filename or descending.
How anyone any idea if its possible, and if not via...
I am trying to read a file of size 4GB using Readbyte().
for (ulong i = 0x00000000; i <= 0x44509221; i++)
{
value += br.ReadByte().ToString("X2");
value += " ";
}
I used...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.