PackageTools
GetModules
return the names of modules in a workbook-based package
Calling Sequence
Parameters
Description
Examples
Compatibility
GetModules( package )
package
-
string
The GetModules command returns a list of modules that are saved inside the given workbook file.
with⁡PackageTools:
GetModules⁡mypack.maple
The PackageTools[GetModules] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
Creating a New Package Workbook
Download Help Document