Gjsify LogoGjsify Logo

A test to perform on a file using g_file_test().

bitfield

Index

Enumeration Members

EXISTS: number

%TRUE if the file exists. It may or may not be a regular file.

IS_DIR: number

%TRUE if the file is a directory.

IS_EXECUTABLE: number

%TRUE if the file is executable.

IS_REGULAR: number

%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.

IS_SYMLINK: number

%TRUE if the file is a symlink.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method