I am a newbie to Labview... kindly say possible corrections in this
This VI is an application that is capable of Sync the files between Source path and Target Path.
The following Features are necessary,
Upon pressing check button the s/w should do the steps 1,2,3.
1) It should compare the files in the source path (Recursively) with the Target Path Recursively.
2) It should List all the Missing files (in the target path ).
3) It should list all the Modified files (based on file properties size and date modified.
4) Upon pressing copy the software should copy the missing files to the target location
5) upon pressing update the software should update the modified files only(Replace the old files in the
target location by the new version from source).
6) upon pressing Sync it has to do both steps 4 and 5.
7) Exit - Exits the application.
P.S: In simple words, Assume that you are developing an Application that sync the songs to a MP3 player.
Make all other Assumptions and develop the application.