I
Iwan Petrow
Hi,
I will save name and path of files in a database and I want to check
(before insert a new file) if a given file is in the database. I think
I could use hash codes. The class FileInfo has GetHashCode() method. Is
this method good enough for my task? Are there any other ways of doing
this task?
Thanks.
I will save name and path of files in a database and I want to check
(before insert a new file) if a given file is in the database. I think
I could use hash codes. The class FileInfo has GetHashCode() method. Is
this method good enough for my task? Are there any other ways of doing
this task?
Thanks.