- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for USER_DIR (0.04 sec)
-
src/main/java/org/codelibs/core/lang/SystemUtil.java
*/ public static final String JAVA_IO_TMPDIR = System.getProperty("java.io.tmpdir"); /** * <code>user.dir</code> system property. */ public static final String USER_DIR = System.getProperty("user.dir"); /** * <code>user.home</code> system property. */ public static final String USER_HOME = System.getProperty("user.home"); /**
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 3.6K bytes - Viewed (0)