What is the code/function that can be used to tell a program to access certain file(s) on the harddrive? I want to write a program that will restore files to the harddrive of our office computers that have been taken off and put on a network drive. Thanks!
e.g.
---------------------------------------------------------
Dim fso As New FileSystemObject
Set fso = CreateObject("Scripting.FileSystemObject"
fso.CopyFile "c:\mydocuments\*\R1???97.xls", "c:\tempfolder"
---------------------------------------------------------
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.