name
is the pathname of the file to be opened.
flags
can be any of the flags used by the operating-system open command: UNIX open(2) or Windows NT _open.
These parameters are POSIX compliant.
mode
is the file open mode.
Yes