filelock-package {filelock}R Documentation

filelock: Portable File Locking

Description

Place an exclusive or shared lock on a file. It uses 'LockFile' on Windows and 'fcntl' locks on Unix-like systems.

Author(s)

Maintainer: Gábor Csárdi csardi.gabor@gmail.com

Other contributors:

See Also

Useful links:


[Package filelock version 1.0.3 Index]