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