会社案内 会社概要 業務実績 求人案内 開発Tips
1: 2: 3: 4: 5: 6: 7: 8: 9: 10:
/** * ユーザのホームディレクトリを取得する */ public static String getUserHome(){ String p = System.getProperty("user.home"); if (p!=null){ return p; } return "./"; }
Copyright © UTL Co.,Ltd. All Rights Reserved.