vb.net - Comparison of files of two folders -


i want compare files of 2 folders in vb.net respect of date time , size , put odd ones in 2 list boxes each folder. not getting through logic. can 1 of me logic or code?

thank you.

  1. get fileinfo each file in each of directories.
  2. compare required properties of each.
  3. consider if there files in 1 directory not in other.

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -