- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getCreateTime (0.09 seconds)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
final Info info = queryPath(getUncPath0(), Trans2QueryPathInformationResponse.SMB_QUERY_FILE_BASIC_INFO); attributes = info.getAttributes(); createTime = info.getCreateTime(); lastModified = info.getLastWriteTime(); } /* If any of the above fail, isExists will not be set true */ isExists = true;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 112.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbFile.java
if (haveSize) { this.size = fileSize; this.sizeExpiration = attrTimeout; } if (haveAttributes) { this.createTime = info.getCreateTime(); this.lastModified = info.getLastWriteTime(); this.lastAccess = info.getLastAccessTime(); this.attributes = info.getAttributes() & ATTR_GET_MASK;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 103.2K bytes - Click Count (0)