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



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

FpMkfifo

Create FIFO (named pipe) in file system

Declaration

Source position: line 0

function FpMkfifo(

  path: pChar;

  Mode: TMode

):cint;

function FpMkfifo(

  path: AnsiString;

  Mode: TMode

):cint;

Description

fpMkFifo creates named a named pipe in the filesystem, with name Path and mode Mode.

The function returns zero if the command was succesful, and nonzero if it failed.

Errors

The error codes include:

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

Notes

 No notes exist for this page yet. 





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