Heh, I was just pointing out his missing separator was causing his
function to fail.
: )
On Sun, 5 Dec 2004 17:06:17 -0500, Jacob S. <[EMAIL PROTECTED]> wrote:
> Hello!
>
>
>
> > >target_dir = 'D:\\backup'
> > >target = target_dir +"Zipnametoreplacestrftimeformatstring"+ '.zip'
> >
> > Just
Hello!
> >target_dir = 'D:\\backup'
> >target = target_dir +"Zipnametoreplacestrftimeformatstring"+ '.zip'
>
> Just noticed this -
>
> target_dir("D:\\backup") + "Zipnametoreplacestrftimeformatstring"+ '.zip'
>
> = D:\\backupZipnametoreplacestrftimeformatstring.zip
>
> No wonder it doesn't work.
>
>target_dir = 'D:\\backup'
>target = target_dir +"Zipnametoreplacestrftimeformatstring"+ '.zip'
Just noticed this -
target_dir("D:\\backup") + "Zipnametoreplacestrftimeformatstring"+ '.zip'
= D:\\backupZipnametoreplacestrftimeformatstring.zip
No wonder it doesn't work.
Try
target=target_dir
I have only 2 word documents in both the directories, i tried removing
'-qr' too, but no change, no zip files formed. i'm using windows XP.
On Thu, 2 Dec 2004 23:54:11 -0800 (PST), Danny Yoo
<[EMAIL PROTECTED]> wrote:
> Hi Ramkumar,
>
> I'm forwarding your message to Python-tutor; in your repli
Hi Ramkumar,
I'm forwarding your message to Python-tutor; in your replies, please make
sure that you are using the "reply-to-all" feature in your email client.
This will allow your response to reach the others on the tutor list.
Don't rely on me alone: give the community the chance to help you.
I