The overloads of open are listed below. For a list of all members, see the Syscall Members list.
static open(string, OpenFlags) : intCreates/opens a file 'pathname' using the given file open flags.static open(string, OpenFlags, FilePermissions) : intCreates/opens a file 'pathname' using the given open and file permission flags.
Creates/opens a file 'pathname' using the given file open flags.
Creates/opens a file 'pathname' using the given open and file permission flags.