git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32841 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-04-13 14:34:39 +00:00
parent 4e16bf0896
commit 9344307ecc

View file

@ -1546,7 +1546,9 @@ NSHomeDirectory(void)
/**
* Returns loginName's home directory as an NSString object.<br />
* On most systems this returns the directory specified in the system's
* password file, but on ms-windows this is determined by examining the
* password file (ar at least whatever is returned by the standard
* operating system API for retrieving password file records),
* but on ms-windows this is determined by examining the
* HOMEPATH and HOMEDRIVE environment variables or (if those don't make
* sense) the USERPROFILE environment variable.
*/