eBookTools
SetTempDir
set temporary directory
Calling Sequence
Parameters
Description
Examples
Compatibility
SetOutputDir(directory)
directory
-
path to a directory
The SetTempDir command sets the location in which to store temporary files.
with⁡eBookTools:
book≔NewBook⁡ProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2012:
AddChapter⁡book,1,Chapter01.mw:
Set output folder to be eBook folder on your desktop:
SetTempDir⁡cat⁡kernelopts⁡homedir,kernelopts⁡dirsep,Desktop,kernelopts⁡dirsep,eBook
/home/maple/Desktop/eBook
CreatePDF⁡book
The eBookTools[SetTempDir] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
eBookTools[SetOutputDir]
Download Help Document