I am looking for some code that will allow files that I specify to be to be transfered to another directory that I specify at at time of day that I specify. Does It exist somewhere? Thanks in advance, Claybird
Printable View
I am looking for some code that will allow files that I specify to be to be transfered to another directory that I specify at at time of day that I specify. Does It exist somewhere? Thanks in advance, Claybird
You have to write two listbox, one for "files", the second for "directory" and transfer button and CEdit. First list box just like "CFileDialog" function,to list your drives,then you put the specified date in CEdit controll, then using this to find the directory put into second listbox. Then go back first listbox
to "HiLight" the specified files, and click the "Transfer" button .