Mojo function
S_ISFIFO
S_ISFIFO[intable: Intable](mode: intable) -> Bool
Returns True if the mode is a fifo.
Parameters:
- βintable (
Intable
): A type conforming to Intable.
Args:
- βmode (
intable
): The file mode.
Returns:
True if the mode is a fifo and False otherwise.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
π What went wrong?