Remove a library from the system
Source position: exec.pas line 1269
procedure RemLibrary( |
lib: pLibrary |
); |
lib |
|
A pointer to a library node structure |
This function calls the library's EXPUNGE vector, which requests that a library delete itself. The library may refuse to do this if it is busy or currently open. This is not typically called by user code.
There are certain, limited circumstances where it may be appropriate to attempt to specifically flush a certain Library.