HelpTools[Database]
GetAttribute
get attribute of a help database
Calling Sequence
Parameters
Description
Examples
Compatibility
GetAttribute( path, attribute )
path
-
string; path to an existing help database
attribute
string or symbol; name of the attributes
The GetAttribute command returns attribute value as a string
with⁡HelpTools:with⁡Database:
hdb≔FileTools:-JoinPath⁡lib,maple.help,base=mapledir
hdb≔C:\Program Files\Maple 2024\lib\maple.help
GetAttribute⁡hdb,readonly
true
The HelpTools[Database][GetAttribute] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
HelpTools[Database][GetAttributes]
HelpTools[Database][SetAttribute]
Download Help Document