Re: [Tutor] automatic output file naming scheme

2010-03-28 Thread Emile van Sebille
On 3/28/2010 8:44 AM kevin parks said... okay. I got the subprocess bit to work and i have os walk doing its walk. But now for something i did not think about until i started to think about how to fit these two bits to work together. os walk is going to traverse my dirs from some given startin

Re: [Tutor] automatic output file naming scheme

2010-03-28 Thread Emile van Sebille
On 3/28/2010 8:44 AM kevin parks said... okay. I got the subprocess bit to work and i have os walk doing its walk. But now for something i did not think about until i started to think about how to fit these two bits to work together. os walk is going to traverse my dirs from some given startin

[Tutor] automatic output file naming scheme

2010-03-28 Thread kevin parks
okay. I got the subprocess bit to work and i have os walk doing its walk. But now for something i did not think about until i started to think about how to fit these two bits to work together. os walk is going to traverse my dirs from some given starting point and process files that it finds th