> Can someone who is more familiar than I with the vagaries of Windows file > protection and the Python interfaces available to it point me in a useful > direction?
To copy a file along with its attributes, try SHFileOperation. Alternatively, if you have backup privileges, open the file for backup, then use BackupRead/BackupWrite. HTH, Martin -- http://mail.python.org/mailman/listinfo/python-list