help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

S_ISFIFO

Is file a FIFO

Declaration

Source position: oldlinux.pp line 1605

function S_ISFIFO(

  m: Word

):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.

See also

FStat

  

Retrieve information about a file

S_ISLNK

  

Is file a symbolic link

S_ISREG

  

Is file a regular file

S_ISCHR

  

Is file a character device

S_ISBLK

  

Is file a block device

S_ISDIR

  

Is file a directory

S_ISSOCK

  

Is file a unix socket

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505