Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Locks a file.
Syntax
public boolean fileLock(Filename _filename)
Run On
Client
Parameters
- _filename
Type: Filename Extended Data Type
The file to lock.
Return Value
Type: boolean
true if the file is locked; otherwise, false.
Remarks
While a file is locked, other users cannot check in changes to the file.