المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Backup Program



C# Programming
05-07-2009, 04:11 AM
I have my form currently set up with a treeview and a listview. The treeview shows all the folders with check boxes and the listview shows the files within the selected folder on the treeview.

I am trying to create a backup program which can successfully backup selected files/folders and successfully restore these at a later time.

My question is if anyone can give me any ideas on how to approach this? I'm thinking I would use an output textfile showing which files/folders were backed up and their fullpath?