There is a way to find out path to user’s home folder. Need to get system property:
System.getProperty("user.home");
That’s all.
Related posts:
|
|||||
Getting path to user’s home directory in JavaThere is a way to find out path to user’s home folder. Need to get system property: System.getProperty("user.home");
That’s all. Related posts: |
|||||
|
Copyright © 2010 The Developer's Info - All Rights Reserved |
|||||
Recent Comments