Jwatkins
Guest
|
Posted:
Tue Nov 08, 2005 1:10 am Post subject:
copying a file back to server when it is open for read |
|
|
We are using "FileCopy SourceFile, DestinationFile" in VBA for
returning a local copy of a Tiff to the server (after it had been
attached to an AutoCad Map project and was no longer needed). There are
many users that have READ access to those Tiffs. If one of the users
has the file open for READ, filecopy will return an error 70. Is there
a VBA command similar to FileCopy that would overwite a file if it open
in read mode versus change mode? Would CopyFile work?
Thanks, Joe
|
|