function openSync
Jump to headingopenSync(): number
Returns an integer representing the file descriptor.
For detailed information, see the documentation of the asynchronous version of this API: open.
Parameters Jump to heading
Jump to headingpath: PathLike
optional
Jump to headingflags: OpenMode = 'r'
optional
Jump to headingmode: Mode | null = 0o666
Return Type Jump to heading
number