Author(s): J. Gomez, D. Cabeza, M. Carro.
Version: 1.7#161 (2001/11/27, 12:53:26 CET)
Version of last change: 1.7#159 (2001/11/27, 11:58:24 CET)
This module implements file locks: the ability to lock a fiel so that other processes cannot access it until the file is unlocked. It is, however, not working. The predicates do nothing. Proper implementation is planned for a near future.
file_locks
)file_locks
)
Usage: lock_file(File,LockType,Result)
File
with LockType
and returns the result (either true
or false
) in Result
.
File
is an atom.
(basic_props:atm/1
)
LockType
is an atom.
(basic_props:atm/1
)
Result
is an atom.
(basic_props:atm/1
)
Usage: unlock_file(File,Result)
File
the result (either true
or false
) in Result
.
File
is an atom.
(basic_props:atm/1
)
Result
is an atom.
(basic_props:atm/1
)
file_locks
)Go to the first, previous, next, last section, table of contents.