Add - 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]

  

Add

  

add help database to the list of used databases

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Add(path)

Parameters

path

-

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

Description

• 

The Add(path) command adds help database denoted by path to the list of currently used databases. If path is a directory, then all databases are added.

Examples

withHelpTools:withDatabase:

Create help database in home folder that will be accessible after restart

dirFileTools:-JoinPathmaple,toolbox,UserHelp,lib,base=homedir

dirC:\Users\jsmith\maple\toolbox\UserHelp\lib

(1)

ifnotFileTools:-ExistsdirthenFileTools:-MakeDirectorydir,recurse=trueendif:

hdbCreatedir

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

(2)

Add new help database to the list of active databases

Addhdb

C:\Program Files\Maple 2024\lib\maple.help

(3)

Compatibility

• 

The HelpTools[Database][Add] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

HelpTools[Database][Create]

HelpTools[Database][GetActive]

HelpTools[Database][Remove]

 


Download Help Document