Schnittstelle FileAttributeInfoFlags


public interface FileAttributeInfoFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    copy the attribute values when the file is moved.
    static final int
    copy the attribute values when the file is copied.
    static final int
    no flags set.
  • Felddetails

    • NONE

      static final int NONE
      no flags set.
      Siehe auch:
    • COPY_WITH_FILE

      static final int COPY_WITH_FILE
      copy the attribute values when the file is copied.
      Siehe auch:
    • COPY_WHEN_MOVED

      static final int COPY_WHEN_MOVED
      copy the attribute values when the file is moved.
      Siehe auch: