Subject: capturing input file directory at runtime
From: Raymond Toy
Date: Mon, 07 Jan 2013 13:31:19 -0800
>>>>> "jfr" == jfr <jfr.maurel at gmail.com> writes:
jfr> Le 07/01/2013 19:35, Raymond Toy a ?crit :
jfr> Hi,
>> Read the section on file_search_maxima for the syntax of the pattern.
>> "**" is not a wildcard pattern; "###" is the wildcard pattern.
jfr> Sorry, I overlooked that.
>> I'm
>> not sure you can wildcard directories though; I didn't check this.
jfr> You are right. It can't be done like this.
If you have use the underlying lisp you could do something more, but
this really depends on which lisp you are using.
Or you could file a feature request to add wildcards on directory
components. Perhaps someone will think this is a good feature and
will implement it.
Ray