Hi! I have duplicate file in computer. But I want define duplicate file with address in C#.
For example I have one file(example.doc) in three drive.
Result with path :
C:\NewFolder\example.doc
D:\Folder\example.doc
E:\ example.doc
Who is you can help me?
In this line
file += duplicateFiles[l] + "<br/>";
show below error. Index out of range . The index must be a positive number , and it should not exceed the size of the collection. Parameter name : index
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.