- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getLastWriteTime (0.09 seconds)
-
src/main/java/jcifs/smb/SmbFile.java
this.sizeExpiration = attrTimeout; } if (haveAttributes) { this.createTime = info.getCreateTime(); this.lastModified = info.getLastWriteTime(); this.lastAccess = info.getLastAccessTime(); this.attributes = info.getAttributes() & ATTR_GET_MASK; this.attrExpiration = attrTimeout; }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) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
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)