I have written a Python script that loops through the file system and lists all of the Erwin files that I find. I then process these files in some fashion and save the results. I'm now trying to do the same thing with the repository. I can open a model if I know its full path, but I want to dynamically build the list and iterate though the models. Can anyone tell me where to start, or has anyone found VB code that does some of this? The Erwin samples assume you know the complete name of the model that you want to open/save.
Thanks in advance; Jeff
Assumes you know path to Mart's folder; if not, use wildcard * to traverse folders e.g. LocateDirectory("mart://Mart/*", "")