Re: Windows User path

Phillip Pearson <[email protected]> Mon, 12 Apr 2004 22:55:08 +1200
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <[email protected]>
> Would it be acceptable to abstract this "path magic" out into a module 
> for distribution under the Python license? People keep wanting this, and 
> it's non-trivial to get it right in Windows, but I can't seem to find 
> any seperate module online, even though I know I've seen a lot of call 
> for it, including from me.

Is this different from os.path.expanduser?  ntpath.py's expanduser()
seems to contain the logic that people have been talking about here ...

Cheers,
Phil