- Sort Score
- Result 10 results
- Languages All
Results 151 - 151 of 151 for setSize (0.03 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
} else if (getUncPath0().length() > 1 && type != TYPE_NAMED_PIPE) { final Info info = queryPath(getUncPath0(), Trans2QueryPathInformationResponse.SMB_QUERY_FILE_STANDARD_INFO); size = info.getSize(); } else { size = 0L; } sizeExpiration = System.currentTimeMillis() + attrExpirationPeriod; return size; } /**
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)