in reply to Re: Re: file i/o beyond my knowledge
in thread file i/o beyond my knowledge

and In reply to freopalus,
I read the documentation for eveything
I could think of but I couldn't find my exact
answer.
~firstbaseman83
  • Comment on Re: Re: Re: file i/o beyond my knowledge

Replies are listed 'Best First'.
Re: Re: Re: Re: file i/o beyond my knowledge
by firstbaseman83 (Initiate) on Jan 15, 2003 at 17:49 UTC
    I guess I should have told my problem in the previous post.
    This script works alright, it will resize the images
    create a thumbnails directory
    and move all the image with a -thumb extension into
    the thumbnails directory.

    However, that only happens when I specify the directory that the script is currently in.
    I am guessing that my problem lies in the
    $img->Read($_);
    coding.

    Is there any way to get around this?
    Any help is appreciated.

    ~firstbaseman83