Remove - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

HelpTools[Database]

  

Remove

  

remove help database from the list of used databases

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Remove( path )

Parameters

path

-

string or a list of strings; path to an existing help database or directory with databases

Description

• 

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.

Examples

withHelpTools:withDatabase:

hdbFileTools:-JoinPathmaple,toolbox,UserHelp,lib,maple.help,base=homedir

hdbC:\Users\jsmith\maple\toolbox\UserHelp\lib\maple.help

(1)

Remove user's help database from the list of active databases

Removehdb

C:\Users\jsmith\maple\toolbox\UserHelp\lib\maple.help,C:\Program Files\Maple 2024\lib\maple.help

(2)

Compatibility

• 

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