GetDefaultOutputDir - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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]