fpS_ISCHR
Is file a character device
Declaration
Source position: bunxovlh.inc line 84
function fpS_ISCHR(m: TMode) : Boolean;
Description
FpS_ISCHR checks the file mode m to see whether the file is a character device file. If so it returns True.
See also
Name | Description |
---|---|
FpFStat | Retrieve file information about a file descriptor. |
FpS_ISBLK | Is file a block device |
FpS_ISDIR | Is file a directory |
FpS_ISFIFO | Is file a FIFO |
FpS_ISLNK | Is file a symbolic link |
FpS_ISREG | Is file a regular file |
FpS_ISSOCK | Is file a Unix socket |