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

RemAssignList

Remove an entry from a multi-dir assign

Declaration

Source position: amigados.pas line 2351

function RemAssignList(

  const Name: STRPTR;

  Lock: BPTR

):LongInt;

Arguments

Name

  

Name of device to remove lock from (without trailing ':')

Lock

  

Lock associated with the object to remove from the list

Description

Remove an entry from a multi-dir assign. The entry removed will be the first one that the SameLock() function called on the lock parameter returns that they belong to the same object.

The entry for this lock will be removed from the lock, and the lock for the entry in the list will be unlocked.

See also

Lock

  

Lock a directory or file

AssignLock

  

Creates an assignment to a locked object

AssignPath

  

Creates an assignment to a specified path

AssignLate

  

Creates an assignment to a specified path later

DupLock

  

Duplicate a lock

AssignAdd

  

Adds a lock to an assign for multi-directory assigns

UnLock

  

Unlock a directory or file


Documentation generated on: 2017-01-10