|
bongo -> Copy Files using a vb 3.0 program (5/5/2008 8:57:17 AM)
|
As i have an application on my ppc (pc2003) which needs to have all it's data in folders below the program folder, i need to copy datafiles from sd-card to their default folders first, before i start the application. instead of using explorer, i would like to write a small vb application that copies the selected datafiles automatically to their destination folder. unfortunately, i did not get it running. does anyone have an example for doing so? i tried the command FileCopy. this seems to have the syntax FileSystem.FileCopy "sourcefile", "destfolder" but how do i have to create a FileSystem object ? please help! thanx very much! (sorry, i think i posted this to the wrong list before - therefore it's here again)
|
|
|
|