HelpTools[Database]
GetAttributes
get all help database attributes
Calling Sequence
Parameters
Description
Examples
Compatibility
GetAttributes( path )
path
-
optional, string or list of strings; path to an existing help database or directory with databases
The GetAttributes command returns a table of all attributes for each help database specified in path or for all currently used if no path was specified.
with⁡HelpTools:with⁡Database:
GetAttributes⁡
table⁡C:\Program Files\Maple 2024\lib\maple.help=table⁡readonly=true,priority=0,version=4
The HelpTools[Database][GetAttributes] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
HelpTools[Database][GetAttribute]
HelpTools[Database][SetAttribute]
Download Help Document