hi all,
I am trying to follow this suggestion from Jacob
Mass save model groups to path - #5 by BenRobinson_HB
and trying to Save As a document into a multiple files with given names to a folder.
How do I get all items at index here?
Thanks.
hi all,
I am trying to follow this suggestion from Jacob
Mass save model groups to path - #5 by BenRobinson_HB
and trying to Save As a document into a multiple files with given names to a folder.
How do I get all items at index here?
Thanks.
maybe try creating a simple code block with this inside:
(instead of the FileSystem.CombinePath node)
DirectoryPath0 + "//" + DirectoryPath1 ;
it works thanks so much Daan. Cheers.
Try using the Code Block, with “BATHROOM_TYPE 1” inside, as the “searchfor” input in the string.contains node. Then use the “out” output from the List.FilterByBoolMask node as input for your deleting
Thanks Daan. Will take another look.