Schnittstelle FileType


public interface FileType
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    File handle represents a directory.
    static final int
    File is a mountable location.
    static final int
    File handle represents a regular file.
    static final int
    File is a shortcut (Windows systems).
    static final int
    File is a "special" file, such as a socket, fifo,
    block device, or character device.
    static final int
    File handle represents a symbolic link
    (Unix systems).
    static final int
    File's type is unknown.
  • Felddetails

    • UNKNOWN

      static final int UNKNOWN
      File's type is unknown.
      Siehe auch:
    • REGULAR

      static final int REGULAR
      File handle represents a regular file.
      Siehe auch:
    • DIRECTORY

      static final int DIRECTORY
      File handle represents a directory.
      Siehe auch:
    • SPECIAL

      static final int SPECIAL
      File is a "special" file, such as a socket, fifo,
      block device, or character device.
      Siehe auch:
    • SHORTCUT

      static final int SHORTCUT
      File is a shortcut (Windows systems).
      Siehe auch:
    • MOUNTABLE

      static final int MOUNTABLE
      File is a mountable location.
      Siehe auch: