could someone list some folder functions that work with latest release? #117
|
i see create_folders() function please advise, thank you |
Answered by
barny
Nov 10, 2025
Replies: 1 comment 1 reply
|
Assuming you need this for DOORS Next, there's This populates a property |
1 reply
Answer selected by
barny
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assuming you need this for DOORS Next, there's
def find_folder( self, name_or_path_or_uri, force=False ):This populates a property
_foldersbut stops as soon as it finds the name_or_path_or_uri so for a successful search it's likely that not all folders will be loaded. I guess you could force the full folder hierarchy to be loaded by giving it a rubbish name to find, i.e. one that doesn't exist, also don't start the name with a / will mean it will check for that folder name everywhere.