[RESOLVED] File copy error 75
i am trying to create a file backup program. i am using FileCopy to do this
VB Code:
FileCopy origFile, copyfile
when i try this i get error 75
could this be caused by being a limited user or not. if it only runs on administrator is there a way round this problem
Also is there a way to set a Folder box to not show hidden folders on the drive. this is because i think when i was testing this may have caused some problems.
thanks
Re: [RESOLVED] File copy error 75
You took a trailing "\" off the source file. Forgot to mention it before, because it didn't show up in the screenie. Next time, just use debug.print to identify values.