|
-
May 15th, 2008, 08:26 PM
#1
Thread Starter
Member
-
May 16th, 2008, 12:53 AM
#2
Re: [2008] Compare Folders and Files Recursively
what exactly the problem is? Don't u know how to get the file information? You are saying you want to run the application without user interaction... do u want to develop window service kind of application?
-
May 16th, 2008, 05:04 AM
#3
Thread Starter
Member
Re: [2008] Compare Folders and Files Recursively
 Originally Posted by Deepak Sakpal
what exactly the problem is? Don't u know how to get the file information? You are saying you want to run the application without user interaction... do u want to develop window service kind of application?
No I am needing to be able to take two folders and compare them and generate a report of any differences. I know there is software out there that can do this, but I need to be able to hand user a exe and an xml file (which points the exe back to the compare to folder) and run the exe and it compares a workstation and all it's folders I need to know about back to the compare to folder. Generate a report of any differences, if there isn't any then they are good. If there is differences they screwed something up.
-
May 17th, 2008, 11:23 AM
#4
Re: [2008] Compare Folders and Files Recursively
I found an article here. You can get some guidelines from this.
-
May 17th, 2008, 12:39 PM
#5
Re: [2008] Compare Folders and Files Recursively
Do the folder paths ALWAYS remain the same?
C:\folder1
Z:\folder1
Are there sub-folders that need to be accounted for?
-
May 17th, 2008, 03:52 PM
#6
Thread Starter
Member
Re: [2008] Compare Folders and Files Recursively
Solved! I used the following example/post I found and have made some modifications to it. I am not making it clone the directories but having it write out to a file for each difference. I am also getting the location of the "master" folder from an xml that I can give and not have to recompile each time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|