Module xaos.ui

Class TreeDirectoryItems.FileItem<T>

    • Method Detail

      • getLastModified

        public final FileTime getLastModified()
        Returns:
        The last modification time for the file associated with this item.
      • updateModificationTime

        public boolean updateModificationTime​(FileTime lastModified)
        Updates the modification time associated with the file path.
        Parameters:
        lastModified - The new modification time.
        Returns:
        true if the given value is greater than the current one.