[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'BaseUnix' (#rtl)

fpS_ISSOCK

Is file a unix socket

Declaration

Source position: bunxovlh.inc line 91

function fpS_ISSOCK(

  m: TMode

):Boolean;

Description

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

See also

FpFStat

  

Retrieve file information about a file descriptor.

FpS_ISFIFO

  

Is file a FIFO

FpS_ISLNK

  

Is file a symbolic link

FpS_ISCHR

  

Is file a character device

FpS_ISBLK

  

Is file a block device

FpS_ISDIR

  

Is file a directory

FpS_ISREG

  

Is file a regular file

The latest version of this document can be found at lazarus-ccr.sourceforge.net.