I am currently working on a program that uses nested loops to search through all projects and folders and pull data from any formal file it finds. So far I have been capable of pulling all the names of the files and folders but the only files I can access the data in are those in the lowest level folder I had manually opened before running the program. As of right now I'm using the read function on the file and then pulling baseline data. Am I just missing something that will actually make the file its searching open? Attached is a sample of my loop structure. Thanks, Josh J.Gar - Tue May 26 07:55:26 EDT 2015 |
Re: How to pull data from files in multiple folders I cannot find my example, but you need a recursive function like this scribbling:
-Louie Edited: !folder AND !Project; instead of "or" |
Re: How to pull data from files in multiple folders Oh yes. Don't call them "files". Sheesh. They are "Modules". calling them "files" will let you get confused and think DOORS is like Windows Explorer. |