- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for isExists (0.8 sec)
-
src/main/java/org/codelibs/core/io/ResourceUtil.java
* The resource path. Must not be {@literal null} or empty string. * @return {@literal true} if the resource exists * @see #getResourceNoException(String) */ public static boolean isExist(final String path) { assertArgumentNotEmpty("path", path); return getResourceNoException(path) != null; } /** * Loads and returns a properties file from the context class loader.Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 14.7K bytes - Viewed (0) -
api/go1.txt
pkg os, func Getpagesize() int pkg os, func Getpid() int pkg os, func Getppid() int pkg os, func Getuid() int pkg os, func Getwd() (string, error) pkg os, func Hostname() (string, error) pkg os, func IsExist(error) bool pkg os, func IsNotExist(error) bool pkg os, func IsPathSeparator(uint8) bool pkg os, func IsPermission(error) bool pkg os, func Lchown(string, int, int) error pkg os, func Link(string, string) error
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)