User Rights

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thanks for taking the time to read my question.

I am using

FileCopy Me.FilePath, ServerFolderPathAndFile

to transfer a file from a local machine to a NAS drive which is on the
network but it tells me that Access is Denied.

I can copy and paste to that drive using Windows Explorer (I have
permissions) but FileCopy won't work.

How do you get around this problem? Do I need to send permissions to the
NAS drive in code(Permissions are required to access it).

Thanks again,

Brad
 
Solution:

It seems that the file I was trying to transfer was corrupt. Not sure why,
but it works now.

Thanks,

Brad
 
Back
Top