You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
The
Files
method inProject
,Design
, andFileset
will return the files recursively. It might make sense forProject
andDesign
, but forFileSet
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 theFiles
method to support this.The text was updated successfully, but these errors were encountered: