- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for getLastWriteTime (0.07 sec)
-
src/main/java/jcifs/internal/smb2/create/Smb2CreateResponse.java
@Override public final long getLastAccessTime() { return this.lastAccessTime; } /** * @return the lastWriteTime */ @Override public final long getLastWriteTime() { return this.lastWriteTime; } /** * Get the file change time * @return the changeTime */ public final long getChangeTime() { return this.changeTime;Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:49:49 UTC 2025 - 15.4K bytes - Viewed (0) -
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; }Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (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;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)