bongo
Posts: 11
Joined: 3/27/2007
Status: offline
|
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!
|