next up previous contents index
Next: S_ISLNK Up: Functions and procedures Previous: S_ISDIR

S_ISFIFO

   

Declaration:

Function S_ISFIFO (m:integer) : boolean;

Description:

S_ISFIFO checks the file mode m to see whether the file is a fifo (a named pipe). If so it returns True.

Errors:

FStat, S_ISLNK, S_ISREG, S_ISDIR, S_ISCHR, S_ISBLK, S_ISSOCK

See also:

For an example, see ISLNK.



root
Fri Sep 11 18:24:36 CEST 1998