We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as per ACTION A-268-02, investigate if we add an option to p:load to enable recursive directory loading.
On further reflection, we could consider extending globbing as the following example demonstrates.
<p:load href="file:///test/files/**/**/*.*"/>
Which would select all files three directories deep.
Also thinking about positive/negative scenarios (includes,excludes).
The text was updated successfully, but these errors were encountered:
Can you provide an example of a pipeline that uses directory-listing and show how it's simpler this way?
Sorry, something went wrong.
For reference, the ** thing is at least casually defined in bash as 'globstar'
https://www.gnu.org/software/bash/manual/bash.html
No branches or pull requests
as per ACTION A-268-02, investigate if we add an option to p:load to enable recursive directory loading.
On further reflection, we could consider extending globbing as the following example demonstrates.
Which would select all files three directories deep.
Also thinking about positive/negative scenarios (includes,excludes).
The text was updated successfully, but these errors were encountered: