HelpTools[Database]
Create
create new help database
Calling Sequence
Parameters
Description
Examples
Compatibility
Create( path )
path
-
string; path to new help database
overwrite
truefalse; (optional) how to proceed if path exists
The Create command creates new help database denoted by path. If path is a directory, database named maple.help will be created in it.
with⁡HelpTools:with⁡Database:
Create help database in home folder that will be accessible after restart
dir≔FileTools:-JoinPath⁡maple,toolbox,UserHelp,lib,base=homedir
dir≔C:\Users\jsmith\maple\toolbox\UserHelp\lib
ifnotFileTools:-Exists⁡dirthenFileTools:-MakeDirectory⁡dir,recurse=trueendif:
hdb≔Create⁡dir
C:\Users\jsmith\maple\toolbox\UserHelp\lib\maple.help
Add new help database to the list of active databases
Add⁡hdb
The HelpTools[Database][Create] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
HelpTools[Database][Add]
Download Help Document