win32.cc: (dirExists) Internal helper function to test for directory existence.
authorMohan Embar <gnustuff@thisiscool.com>
Fri, 31 Oct 2003 03:31:54 +0000 (03:31 +0000)
committerMohan Embar <membar@gcc.gnu.org>
Fri, 31 Oct 2003 03:31:54 +0000 (03:31 +0000)
commit748e241eab69462ae57751a8b8ce58bba4ceb520
treea991ca992425c4d0d66b399e0ec3738db663b536
parent76506a3ee30287c5fa06eab73e9bece391c4b89c
win32.cc: (dirExists) Internal helper function to test for directory existence.

* win32.cc: (dirExists) Internal helper function to
test for directory existence.
(getUserHome) New helper function refactored out
of _Jv_platform_initProperties. Uses USERPROFILE
instead of HOMEDIR and attempts to support Win9X and NT.
(_Jv_platform_initProperties) Use getUserHome.

From-SVN: r73117
libjava/ChangeLog
libjava/win32.cc