Create - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


HelpTools[Database]

  

Create

  

create new help database

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Create( path )

Parameters

path

-

string; path to new help database

overwrite

-

truefalse; (optional) how to proceed if path exists

Description

• 

The Create command creates new help database denoted by path. If path is a directory, database named maple.help will be created in it.

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

Compatibility

• 

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]