Claybird
April 16th, 1999, 12:47 PM
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
|
Click to See Complete Forum and Search --> : Please help Claybird April 16th, 1999, 12:47 PM 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 April 20th, 1999, 02:34 PM 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 . codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |