Schnittstelle FileTest


public interface FileTest
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    %TRUE if the file exists.
    static final int
    %TRUE if the file is a directory.
    static final int
    %TRUE if the file is executable.
    static final int
    %TRUE if the file is a regular file
    (not a directory).
    static final int
    %TRUE if the file is a symlink.
  • Felddetails

    • IS_REGULAR

      static final int IS_REGULAR
      %TRUE if the file is a regular file
      (not a directory). Note that this test will also return %TRUE
      if the tested file is a symlink to a regular file.
      Siehe auch:
    • IS_DIR

      static final int IS_DIR
      %TRUE if the file is a directory.
      Siehe auch:
    • IS_EXECUTABLE

      static final int IS_EXECUTABLE
      %TRUE if the file is executable.
      Siehe auch:
    • EXISTS

      static final int EXISTS
      %TRUE if the file exists. It may or may not
      be a regular file.
      Siehe auch: