Re: [Tutor] directory within directory

2011-08-18 Thread questions anon
Excellent, thank you!! On Wed, Aug 17, 2011 at 5:43 PM, Peter Otten <__pete...@web.de> wrote: > questions anon wrote: > > > Thank you, that does create the directories in the new place but when I > > process the data it does not put the outputs in the correct directory > they > > all end up in th

Re: [Tutor] directory within directory

2011-08-17 Thread Peter Otten
questions anon wrote: > Thank you, that does create the directories in the new place but when I > process the data it does not put the outputs in the correct directory they > all end up in the last directory created. > Below is the code of what I am trying to do. > Any feedback will be greatly app

Re: [Tutor] directory within directory

2011-08-16 Thread questions anon
Thank you, that does create the directories in the new place but when I process the data it does not put the outputs in the correct directory they all end up in the last directory created. Below is the code of what I am trying to do. Any feedback will be greatly appreciated. from netCDF4 import Da

Re: [Tutor] directory within directory

2011-08-16 Thread Peter Otten
questions anon wrote: > I would like to open up a bunch of files within a folder within a folder > and then process them and output them in another location but with the > same folder structure. I seem to having trouble with the folder within > folder section. > I have a separate folder for each y