eBookTools
SetOutputDir
set output directory
Calling Sequence
Parameters
Description
Examples
Compatibility
SetOutputDir(directory)
directory
-
path to a directory
The SetOutputDir command sets the location in which to store the output files.
witheBookTools:
book≔NewBookProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2012:
AddChapterbook,1,Chapter01.mw:
Set output folder to be eBook folder on your desktop:
SetOutputDirFileTools:-JoinPathDesktop,eBook,base=homedir
/home/maple/Desktop/eBook
CreatePDFbook
The eBookTools[SetOutputDir] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
eBookTools[GetDefaultOutputDir]
Download Help Document