Find - 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

HelpTools[Worksheet]

  

Find

  

find worksheets

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Find(dir, exclude=exclude pattern, include=include pattern, language=language code, product=product name, category=category name, priority=priority of worksheets)

Parameters

dir

-

string; directory where to look for worksheets

exclude

-

(optional) Array; patterns to exclude worksheets, default is not to exclude any

include

-

(optional) Array; pattern to include worksheets, default is to include all

language

-

(optional) string; ISO 639-1 language code, default is "en"

product

-

(optional) string; product name, default is "User Help"

category

-

(optional) string; category name, default is "Help Page"

priority

-

(optional) posint; priority of help page, default is 100

Description

• 

The Find command finds all *.mw files in dir and all subdirectories and returns a table with information about each Worksheet, suitable for passing to the Store command.

• 

The exclude and include options are arrays of patterns for WildcardMatch command and can be used to filter worksheets:

– 

If exclude is not empty, then all .mw files that match any of the patterns are skipped.

– 

If include is not empty then only *.mw files that match any of the patterns are returned.

Examples

withHelpTools:withWorksheet:

dirFileTools:-JoinPathkerneloptsdatadir,eBookTools

wksFinddir

Compatibility

• 

The HelpTools[Worksheet][Find] command was introduced in Maple 18.

• 

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

See Also

eBookTools[CreateMW]

HelpTools[Worksheet][Store]

 


Download Help Document