Name

findfiles — Finding all files with a given filespec

Calling Sequence

f = findfiles()
f=findfiles(path)
f=findfiles(path,filespec)

Parameters

path

a path

filespec

a spec file. example "*.sce"

f

returns a string matrix of filenames

Description

Finding all files with a given filespec

Examples

 
f=findfiles()
f=findfiles(SCI)
f=findfiles(SCI+'/modules/core/macros','*.sci') 
 

See Also

listfiles

Authors

A.C