Originally posted by Prime
Hello NGU, I have made this because it is useful for me and hopefully it will be useful for you guys to. So I hope you enjoy it
~Thanks for visiting :yes:
What this program does/How to use:
You simply load any file by pressing 'Load File' then all the text boxes will load the info as stated.
List of info it gets:
File Name
File Type (Extension)
File Size
MD5
SHA256
MIME Type
Creation Time
SHA1
Modified Date
Screenshot of program:
You must login or register to view this content.
Sources:
You must login or register to view this content.
You must login or register to view this content.
Nice, I actually made one like this when I was bored but then I stopped being bored and moved along

It was in C# as well, as that was what I mainly coded at the time I made mine...
Now, just one little thing about yours. After checking your source code I noticed that you defined some stuff like...
{".c", "text/plain"},
{".cpp", "text/plain"},
{".cs", "text/plain"},
... etc...
Well, idk if this is wrong but I think it is... source files are not plain text, they are formatted text
Sorry if there was no mistake and I said there was :x