GetDefaultOutputDir - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Programming : eBookTools Package : GetDefaultOutputDir

eBookTools

  

GetDefaultOutputDir

  

get default output directory

 

Calling Sequence

Description

Examples

Compatibility

Calling Sequence

GetDefaultOutputDir()

Description

• 

The GetDefaultOutputDir command returns the default location where the output files will be stored.

• 

Default locations are

– 

Windows: C:\Users\%USERNAME%\Documents\eBookToolsOutput

– 

Linux and Mac: $HOME/Documents/eBookToolsOutput

Examples

witheBookTools:

GetDefaultOutputDir

/home/Documents/eBookToolsOutput

(1)

Compatibility

• 

The eBookTools[GetDefaultOutputDir] command was introduced in Maple 16.

• 

For more information on Maple 16 changes, see Updates in Maple 16.

See Also

eBookTools

eBookTools[SetOutputDir]