[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

UnLock

Unlock a directory or file

Declaration

Source position: amigados.pas line 2259

function UnLock(

  Lock: BPTR

):LongBool;

Arguments

Lock

  

Lock to unlock, zero is harmless

Description

The filing system lock (obtained from Lock(), DupLock(), or DOSCreateDir()) is removed and deallocated.

See also

Lock

  

Lock a directory or file

DupLock

  

Duplicate a lock

ParentOfFH

  

Returns a lock on the parent directory of a file

DupLockFromFH

  

Gets a lock on an open file


Documentation generated on: 2017-01-10