i am trying to create a file backup program. i am using FileCopy to do this
VB Code:
  1. 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