Creates new named pipe.
The routine returns the following error codes in error:
E_EXIST if the FIFO already exists.E_IO if the system call to create the FIFO failed.| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(fifo_type), | intent(inout) | :: | fifo |
FIFO type. |
||
| character(len=*), | intent(in) | :: | file_path |
Path of FIFO. |
||
| integer, | intent(in), | optional | :: | perm |
File permissions. |
|
| integer, | intent(out), | optional | :: | error |
Error code. |