Author Topic: Copy an open file  (Read 2309 times)

0 Members and 1 Guest are viewing this topic.

Guest

  • Guest
Copy an open file
« on: March 04, 2008, 11:13:34 AM »
Is it possible to copy an open file?  In this case it's a DWG file.  I've tried using the FileSystemObject and the FileCopy method - both return a "permission denied" error message.  Any way of "tricking" the system?

Guest

  • Guest
Re: Copy an open file
« Reply #1 on: March 04, 2008, 11:19:13 AM »
Wouldn't you know it... Shortly after posting I found this: http://support.microsoft.com/kb/172711

deegeecees

  • Guest
Re: Copy an open file
« Reply #2 on: March 04, 2008, 11:36:58 AM »
SaveAs?