21 #ifndef __EDELIB_FILETEST_H__
22 #define __EDELIB_FILETEST_H__
24 #include "edelib-global.h"
60 EDELIB_API
bool file_test(
const char* path,
unsigned int flags);
character device
Definition: FileTest.h:36
exists, no matter what type
Definition: FileTest.h:43
block device
Definition: FileTest.h:37
executable
Definition: FileTest.h:42
writeable
Definition: FileTest.h:41
readable
Definition: FileTest.h:40
FIFO (pipes)
Definition: FileTest.h:38
symbolic link
Definition: FileTest.h:35
directory
Definition: FileTest.h:34
file
Definition: FileTest.h:33
socket
Definition: FileTest.h:39