Is there a way to have processDirs go through directories and run an arbritrary command? We want to be able to go through a bunch of directories to create an object and save it, but we think we are running into memory issues in creating the cumulative object. So we would like to create and save the object, but not add them together. We used to use the ProcessLevel('nptLevelCmd') option to do something like this.