Copy geodatabase(mdb) if it is locked

Ahmed, Shakir shahmed at sfwmd.gov
Thu Mar 8 11:13:20 EST 2007


I am trying to copy a geodatabase (.mdb) file from source to destination
using

shutil.copyfile(src, dest)

 

It is working fine but the main problem when the destination (.mdb) file
is locked by other users then it's bumped out and not copied over.

 

Is there any way to copy the locked .mdb file and overwrite it.

 

Any help is highly appreciated.

 

shakir

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070308/870cc71f/attachment.html>


More information about the Python-list mailing list