How to get user home directory on Windows

Christian Heimes lists at cheimes.de
Sat Jan 12 11:44:40 EST 2008


Giampaolo Rodola' wrote:
> Is there a way to do that?

home = os.path.expanduser("~")

Christian




More information about the Python-list mailing list