PickBASIC / FlashBASIC
fileunlock statement
.mdThe fileunlock statement releases an exclusive lock set by the filelock statement on an entire file.
Syntax
fileunlock {file.var}Parameter(s)
| file.var | Specifies the file to unlock. If file.var is not specified, then the default file variable is assumed. |
Description
Once a file lock has been set, any other port that attempts to update, item lock, or file lock that file will fail.