Enumeration
GLibFileTest
Members
- 
            G_FILE_TEST_IS_REGULAR
- 
            TRUEif the file is a regular file (not a directory). Note that this test will also returnTRUEif the tested file is a symlink to a regular file.- Value: 1
- Available since: 2.0
 
- Value: 
- 
            G_FILE_TEST_IS_SYMLINK
- 
            TRUEif the file is a symlink.- Value: 2
- Available since: 2.0
 
- Value: 
- 
            G_FILE_TEST_IS_DIR
- 
            TRUEif the file is a directory.- Value: 4
- Available since: 2.0
 
- Value: 
- 
            G_FILE_TEST_IS_EXECUTABLE
- 
            TRUEif the file is executable.- Value: 8
- Available since: 2.0
 
- Value: 
- 
            G_FILE_TEST_EXISTS
- 
            TRUEif the file exists. It may or may not be a regular file.- Value: 16
- Available since: 2.0
 
- Value: