work, but, as I'm just beginning with
python/programming, I thought there might be something in the standard
library that just does what I want. Am I recreating the wheel here?
--
Bradford R. Bowman
GnuPG Public Key available at:
http://mazirian.com/
signature.asc
De
On Wed, 2005-07-20 at 20:22 -0400, Bradford R. Bowman wrote:
> I know this should be easy, but how would I go about moving all files
> contained in one directory into another directory (as in the shell
> command "mv /path/to/dir1/* /path/to/dir2")? Is the os module's re
I know this should be easy, but how would I go about moving all files
contained in one directory into another directory (as in the shell
command "mv /path/to/dir1/* /path/to/dir2")? Is the os module's rename
function used for this?
--
Bradford R. Bowman
GnuPG Public Key ava
m, I wrote something that converts
a certain format of playlist file to another such format. That was fun,
but I am running out of useful ideas for further projects that are
within my grasp. Any suggestions for some other simple projects that
would facilitate developing a good base of python ski