Search found 1 match

Go to advanced search

by Koko
Mon Jun 09, 2014 5:54 pm
Forum: Developing
Topic: ComputeMovieHash in C#
Replies: 12
Views: 20665

Re: ComputeMovieHash in C#

I'd recommend someone with access to the trac wiki change the code to the following, to address the above issue, and to simplify the code: using System; using System.Text; using System.IO; namespace MovieHasher { class Program { private static ulong GetHash(string filepath) { using (FileStream input...

Go to advanced search