Enum _Stdio.FilePropertyFlags
- Description
File properties for use with eg Fd()->pipe(), and returned by eg Fd()->mode().
- Constant
PROP_BIDIRECTIONAL
constantint_Stdio.PROP_BIDIRECTIONAL- Description
File supports both sending and receiving.
- Constant
PROP_IPC
constantint_Stdio.PROP_IPC- Description
File can be used for interprocess communication.
- Constant
PROP_NONBLOCK
constantint_Stdio.PROP_NONBLOCK- Description
File supports nonblocking operation.
- Constant
PROP_SEND_FD
constantint_Stdio.PROP_SEND_FD- Description
File is capable of sending open file descriptors.
- Constant
PROP_SHUTDOWN
constantint_Stdio.PROP_SHUTDOWN- Description
File supports unidirectional close.