urgent question, about filesystem-files

Diez B. Roggisch deets at nospam.web.de
Thu Apr 10 05:43:46 EDT 2008


bvidinli wrote:

> this is for ensuring that file is not in use, ...
> by any process  in system....

How do you prevent the other processes that *might* access that file from
doing so while *you* work on it? unless they cooperate using file-locks,
you might end up with garbage.

Diez



More information about the Python-list mailing list