Default path for files

Krister Svanlund krister.svanlund at gmail.com
Sun Jan 24 10:14:25 EST 2010


On Sun, Jan 24, 2010 at 4:08 PM, Rotwang <sg552 at hotmail.co.uk> wrote:
> Hi all, can anybody tell me whether there's a way to change the default
> location for files to be opened by open()? I'd like to be able to create
> files somewhere other than my Python folder without having to write the full
> path in the filename every time. Sorry if this is a stupid question, I don't
> know much about programming.

Check out http://docs.python.org/library/os.html and the function
chdir it is what you are looking for.



More information about the Python-list mailing list