Skip to content
New issue

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

How to get files from Project, Design and Fileset #61

Open
RasmusGOlsen opened this issue Oct 6, 2023 · 1 comment
Open

How to get files from Project, Design and Fileset #61

RasmusGOlsen opened this issue Oct 6, 2023 · 1 comment
Labels
Enhancement New feature or request Question Further information is requested

Comments

@RasmusGOlsen
Copy link

The Files method in Project, Design, and Fileset will return the files recursively. It might make sense for Project and Design, but for FileSet I would like to have the option only to get the files from the current fileset and not its children. I would suggest an argument to the Files method to support this.

@Paebbels
Copy link
Member

Paebbels commented Oct 6, 2023

Sounds good.

I'll check with other places (I had a similar question already a similar data model). Either it will be an option to control the recursion (just current level vs. all levels) or a different method (then of cause thinking about the question is Files is the recursive variant or the flat variant).

@Paebbels Paebbels added Enhancement New feature or request Question Further information is requested labels Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Question Further information is requested
Development

No branches or pull requests

2 participants