Please excuse my ignorance of good VB lingo. I've used VBA before but it's been awhile, and I'm currently up to my ears in JavaScript, so VB is further down my list of understanding right now.
At any rate, I'd like to create a VB executable that can check for the filepath of a given filename, then create that path on different drive (a floppy drive). This routine should work by simply enacting the executable. So, it should be like this:
User enacts executable and the executable searches the drive for a prespecified filename ("glob.js" in my instance). When it finds the file, it should retrieve the path and save the file with the path structure to the users floppy drive (simply replace the c:\ with a:\ I figure).
I think this can be done with a getFilePath statement or something, but I'm rusty with VB.
Also, I'd like to further complicate things by trying to then reverse the process. That is, copy the file from the floppy drive using the path created back to the C drive. Essentially, this would be putting the file back where it was found.
Hope this one can be done. Any help is greatly appreciated.
THANKS!!!!
At any rate, I'd like to create a VB executable that can check for the filepath of a given filename, then create that path on different drive (a floppy drive). This routine should work by simply enacting the executable. So, it should be like this:
User enacts executable and the executable searches the drive for a prespecified filename ("glob.js" in my instance). When it finds the file, it should retrieve the path and save the file with the path structure to the users floppy drive (simply replace the c:\ with a:\ I figure).
I think this can be done with a getFilePath statement or something, but I'm rusty with VB.
Also, I'd like to further complicate things by trying to then reverse the process. That is, copy the file from the floppy drive using the path created back to the C drive. Essentially, this would be putting the file back where it was found.
Hope this one can be done. Any help is greatly appreciated.
THANKS!!!!