Is there any way to copy a file from src to dst if the dst is exclusively open by other users.
I am using src = 'c:\mydata\data\*.mdb' dst = 'v:\data\all\*.mdb' shutil.copyfile(src,dst) but getting error message permission denied. Any help is highly appreciated. Thanks sh -- http://mail.python.org/mailman/listinfo/python-list