HelpTools[Database]
Remove
remove help database from the list of used databases
Calling Sequence
Parameters
Description
Examples
Compatibility
Remove( path )
path
-
string or a list of strings; path to an existing help database or directory with databases
The Remove command removes help database denoted by path from the list of currently used databases. If path is a directory, then all databases are removed.
with⁡HelpTools:with⁡Database:
hdb≔FileTools:-JoinPath⁡maple,toolbox,UserHelp,lib,maple.help,base=homedir
hdb≔C:\Users\jsmith\maple\toolbox\UserHelp\lib\maple.help
Remove user's help database from the list of active databases
Remove⁡hdb
C:\Users\jsmith\maple\toolbox\UserHelp\lib\maple.help,C:\Program Files\Maple 2024\lib\maple.help
The HelpTools[Database][Remove] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
HelpTools[Database][Add]
HelpTools[Database][GetActive]
Download Help Document