Class FolderInfo

java.lang.Object
com.flir.thermalsdk.live.importing.FolderInfo

public class FolderInfo extends Object
Describes a directory/folder on the Camera's filesystem.
  • Field Details

    • name

      public final String name
      The name of the folder, without the path (like Unix's basename).
    • reference

      public final FolderReference reference
      The abstract path to the folder.
    • time

      public final LocalDateTime time
      The time this folder was last changed.
  • Constructor Details

  • Method Details