Basically copying a file is reading a character or string from one file and
writing it to the other.

On Fri, Feb 15, 2008 at 3:06 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

> On Feb 13, 10:50 pm, Lalit <[EMAIL PROTECTED]> wrote:
>
> > I need to write a program which would transfer files under one folder
> > structure (there are sub folders) to single folder.
>
> <troll>
>
> find /fromdir -exec mv {} /todir \; -print
>
> </troll>
>
> Pete
> --
> http://mail.python.org/mailman/listinfo/python-list
>



-- 
http://search.goldwatches.com/?Search=Movado+Watches
http://www.jewelerslounge.com
http://www.goldwatches.com
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to