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