1

Is there any way to lock a text file (both Read & Write) with python script? Or is there any module or built in function for that? While running the script, i want the users not to be able to open the text file and change stuffs inside.FYI,I am using windows XP.

Saullo G. P. Castro
  • 56,802
  • 26
  • 179
  • 234
Chris Aung
  • 9,152
  • 33
  • 82
  • 127

1 Answers1

1

I think lockfile should meet your needs

Matt Sweeney
  • 2,060
  • 1
  • 14
  • 19