Re: [Tutor] Fwd: Fwd: Re: Output 'Strings' to directory

2014-09-09 Thread Felisha Lawrence
Thanks! Thats exactly what my problem was. I fixed it On Tue, Sep 9, 2014 at 12:57 PM, Alan Gauld wrote: > From: Felisha Lawrence >> Date: Tue, Sep 9, 2014 at 8:53 AM >> Subject: Re: [Tutor] Fwd: Re: Output 'Strings' to directory >> To: Danny Yoo >> >> >> Also, >> I had this code working >> >>

Re: [Tutor] Fwd: Fwd: Re: Output 'Strings' to directory

2014-09-09 Thread Alan Gauld
From: Felisha Lawrence Date: Tue, Sep 9, 2014 at 8:53 AM Subject: Re: [Tutor] Fwd: Re: Output 'Strings' to directory To: Danny Yoo Also, I had this code working import os path = '/Users/felishalawrence/testswps/vol1' for file in os.listdir(path): newFile = file[:file.index("v")]+"v2

[Tutor] Fwd: Fwd: Re: Output 'Strings' to directory

2014-09-09 Thread Danny Yoo
Felisha, please use reply to all. I'm at work at the moment; can't look at your question. Thanks! Forwarding to tutor. -- Forwarded message -- From: Felisha Lawrence Date: Tue, Sep 9, 2014 at 8:53 AM Subject: Re: [Tutor] Fwd: Re: Output 'Strings' to directory To: Danny Yoo A