capturing input file directory at runtime



>>>>> "jfr" == jfr  <jfr.maurel at gmail.com> writes:

    jfr> Hi,
    jfr> Thanks for your answers.
    >> file_search(foobar) returns the path of foobar, which must be something
    >> in file_search_maxima
    jfr> is it possible to add a wildcard in the path name something like this :

    jfr> pathlist:["/tempo/test/**/"]$

Read the section on file_search_maxima for the syntax of the pattern.
"**" is not a wildcard pattern; "###" is the wildcard pattern.  I'm
not sure you can wildcard directories though; I didn't check this.

Ray