How do I prevent a file from being copied using Python?
Posted
by Zachary Brown
on Stack Overflow
See other posts from Stack Overflow
or by Zachary Brown
Published on 2010-05-04T06:50:57Z
Indexed on
2010/05/04
6:58 UTC
Read the original article
Hit count: 237
I have a file that I need to "protect" so that it cannot be copied! I am using Python on Windows XP.
I think it may just be changing file permissions??
© Stack Overflow or respective owner