loial wrote:
> Is there anyway in pythn to check whether a file is being used/written
> to by another process, e.g like the fuser command?

No, you'll have to use platform-specific methods (like calling fuser 
etc. with the subprocess module).

-- Gerhard
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to