- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for fileToCheck (0.09 seconds)
-
src/main/java/org/codelibs/core/io/FileUtil.java
* </p> * * @param fileToCheck the file to validate (must not be {@literal null}) * @param baseDirectory the base directory that the file must be within (must not be {@literal null}) * @return true if the file is safe (within the base directory), false otherwise */ public static boolean isPathSafe(final File fileToCheck, final File baseDirectory) {Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Feb 12 12:10:45 GMT 2026 - 13.2K bytes - Click Count (0) -
src/test/java/jcifs/smb/SmbFileIntegrationTest.java
CIFSContext cleanupContext = createFreshContext(); SmbFile fileToCheck = new SmbFile(baseUrl + "shared/nonemptydir_" + timestamp + "/file.txt", cleanupContext); if (fileToCheck.exists()) { fileToCheck.delete(); Thread.sleep(200); } CIFSContext finalContext = createFreshContext();
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 56K bytes - Click Count (0)