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

 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to