Home  /  Autodocs  /  dos.library

NAME

RemAssignList
Remove an entry from a multi-dir assign (V36)

SYNOPSIS

success = RemAssignList(name,lock)
D0 D1 D2

BOOL RemAssignList(STRPTR,BPTR)

FUNCTION

Removes an entry from a multi-directory assign. The entry removed is the first one for which SameLock with 'lock' returns that they are on the same object. The Lock for the entry in the list is unlocked (not the entry passed in).

INPUTS

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

lock
Lock associated with the object to remove from the list

RESULT

success
Success/failure indicator.

BUGS

In V36 through V39.23 dos.library, it would fail to remove the first Lock in the assign. Fixed in V39.24 dos.library (after the V39.106 kickstart release).

SEE ALSO

Lock(), AssignLock(), AssignPath(), AssignLate(), DupLock(), AssignAdd(), UnLock()