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

S_ISCHR

   

Declaration:

Function S_ISCHR (m:integer) : boolean;

Description:

S_ISCHR checks the file mode m to see whether the file is a character device file. If so it returns True.

Errors:

FStat, S_ISLNK, S_ISREG, S_ISDIR, S_ISBLK, S_ISFIFO, S_ISSOCK

See also:

For an example, see ISLNK.



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998