Ahmed, Shakir wrote:
> 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 an
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 fil