> /this/directory when I exit the script.  Is it possible to have a
script
> that can drop me off into a different directory than where I
initiated it
> from?

Use os.chdir(newpath)

So, you can code os.chdir(r'/a/totally/different/directory') and find
yourself in /a/totally/different/directory after the script completes.
Thanks,
--Kartic

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to