Next: OpenAccess
 Up: Main Functions 1
 Previous: Keyboard
     Contents 
     Index 
- 
 
- (int) OpenLibrary(path_name)
This function will open the named library.  The name is either a full
path to the library file, or the name of a library file to find in the
search path.  Zero is returned on error, nonzero on success.
 
- (int) CloseLibrary(path_name)
This function will close the named library, or all user libraries if
the argument is null.  The path_name can be a full path to a
previously opened library file, or just the file name.  This function
always returns 1.
 
Stephen R. Whiteley
2025-02-09