Remove an entry from a multi-dir assign
Source position: amigados.pas line 2065
function RemAssignList( |
name: PChar; |
lock: LongInt |
):LongBool; |
name |
|
Name of device to remove lock from (without trailing ':') |
lock |
|
Lock associated with the object to remove from the list |
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.
|
Lock a directory or file |
|
|
Creates an assignment to a locked object |
|
|
Creates an assignment to a specified path |
|
|
Creates an assignment to a specified path later |
|
|
Duplicate a lock |
|
|
Adds a lock to an assign for multi-directory assigns |
|
|
Unlock a directory or file |