How can i copy a folder from like a CD, to a place on the computer.
So far i have code like
VB Code:
FileCopy App.Path & "\" & "Program Folder", "C:\My Program"
And to that i get
Runtime error 75
path\file access error
How can i get rid of this?
thanks




Reply With Quote