Class FileBasicInformation

    • Field Detail

      • DONT_SET

        public static final FileTime DONT_SET
        When setting file attributes, set a time field to this value to indicate to the server that it MUST NOT change the field.
      • DONT_UPDATE

        public static final FileTime DONT_UPDATE
        When setting file attributes, set a time field to this value to indicate to the server that it MUST NOT change the field for all subsequent operations on the same file handle.
    • Constructor Detail

      • FileBasicInformation

        public FileBasicInformation​(FileTime creationTime,
                                    FileTime lastAccessTime,
                                    FileTime lastWriteTime,
                                    FileTime changeTime,
                                    long fileAttributes)
    • Method Detail

      • getCreationTime

        public FileTime getCreationTime()
      • getLastAccessTime

        public FileTime getLastAccessTime()
      • getLastWriteTime

        public FileTime getLastWriteTime()
      • getChangeTime

        public FileTime getChangeTime()
      • getFileAttributes

        public long getFileAttributes()