next up previous contents index
Next: OpenDir Up: Functions and procedures Previous: S_ISFIFO

S_ISSOCK

   

Declaration:

Function S_ISSOCK (m:integer) : boolean;

Description:

S_ISSOCK checks the file mode m to see whether the file is a socket. If so it returns True.

Errors:

FStat, S_ISLNK, S_ISREG, S_ISDIR, S_ISCHR, S_ISBLK, S_ISFIFO

See also:

For an example, see ISLNK.



Michael Van Canneyt
Tue Mar 31 16:46:10 CEST 1998