- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for listFilesWithLeasing (0.06 sec)
-
src/main/java/jcifs/smb/SmbFileDirectoryLeasingExtension.java
* * @param smbFile the SmbFile directory to list * @return array of SmbFile objects representing the directory contents * @throws SmbException if an error occurs */ public static SmbFile[] listFilesWithLeasing(SmbFile smbFile) throws SmbException { if (!smbFile.isDirectory()) { throw new SmbException("Not a directory: " + smbFile.getPath()); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 02:21:31 UTC 2025 - 7.1K bytes - Viewed (0)