[Overview][Constants][Types][Procedures and functions] | Reference for unit 'BaseUnix' (#rtl) |
Create FIFO (named pipe) in file system
Source position: line 0
function FpMkfifo( |
path: pChar; |
Mode: TMode |
):cint; |
path: AnsiString; |
Mode: TMode |
):cint; |
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.
The error codes include:
No notes exist for this page yet.