shutil.move has a mind of its own
Istvan Albert
ialbert at mailblocks.com
Wed Jan 12 09:16:08 EST 2005
Daniel Bickett wrote:
> In my script, rather than a file being moved to the desired location,
> it is, rather, moved to the current working directory (in this case,
> my desktop -- without any exceptions, mind you). As it happens, the
what is the output generated by the lines:
fdir, fname = randFileInfo.new()
debugMess( "Generated file information: %s, %s" % ( fdir, fname ) )
Istvan.
More information about the Python-list
mailing list