PackageTools
SupplyPassword
supply a password for a password-protected workbook
Calling Sequence
Parameters
Description
Examples
Compatibility
SupplyPassword( wbfile, password )
wbfile
-
string
password
The SupplyPassword command allows you to unlock a password-protected workbook for the current session. This allows you to access locked workbook attachments from general Maple commands.
with⁡PackageTools:
SupplyPassword⁡mypack.maple,pw123
FileTools:-Copy⁡maple://mypack.maple/protected_file.mw,file.mw
The PackageTools[SupplyPassword] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
PackageTools:-Create
worksheet/workbook/password
Download Help Document