- create-fifo fname #!optional (permission-bits 436)procedure
Creates a FIFO in the file system. If an object with the same name exists, an exception is signaled.
- fname
- File name
- permission-bits
- file permission bits
Creates a FIFO in the file system. If an object with the same name exists, an exception is signaled.