PDA

View Full Version : How can I lock a file?


SAKURA
05-22-2002, 04:25 AM
Hi all,

Is there any way to "lock" a file during my access to the file?

I assume (or expect) a file is automatically locked till I release the file when I open/create the file with write/append mode.
But I'm not sure.

thanks in advance,
S.K.

radub
05-22-2002, 07:56 AM
Hi!
As BREW access to resources is guaranteed to be serialized you don't have to lock them

Radu