|
Open file for exclusive access Hi,
I would like to open a file for exclusive access for the duration of a
script. If the script fails or finishes the lock must be released.
This is to prevent another user or process from accessing the same
data file. I have googled to no avail.
Thanks in advance |