[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] File Copying



On Sun, 8 Jul 2007, Ian Mallett wrote:
> Suppose you have an image file.  Call it "blah.png".  If I want to copy it
> to another directory and rename it "Ogg.png", how would I do that with
> python code?

pydoc shutil.copyfile


    Richard