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



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

mkFifo

Create FIFO (named pipe) in file system

Declaration

Source position: oldlinux.pp line 1461

function mkFifo(

  pathname: String;

  mode: LongInt

):Boolean;

Description

MkFifo creates named a named pipe in the filesystem, with name PathName and mode Mode.

Errors

LinuxError is used to report errors:

sys_emfile
Too many file descriptors for this process.
sys_enfile
The system file table is full.

See also

POpen

  

Pipe file to standard input/output of program

MkFifo

  

Create FIFO (named pipe) in file system

Notes

 No notes exist for this page yet. 





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