FUNLOCK

The FUNLOCK function unlocks a file previously locked with the FLOCK function.

It is an error to attempt to unlock a file that is not locked.

Syntax

FUNLOCK( FILE fileHandle )

Parameters

fileHandle
The file handle to unlock.

See also