could someone list some folder functions that work with latest release? #117
-
|
i see create_folders() function please advise, thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Assuming you need this for DOORS Next, there's This populates a property |
Beta Was this translation helpful? Give feedback.
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.