ICI Modules: sys: open


Modules by name : by type

Synopsis

int = sys.open(string, int [, int])

Description

Opens the file named in the first argument with the access mode specified by the second. The access mode is formed from the logical or of the following values,

The optional third argument is used if the O_CREAT flag is set and specifies the permissions for the created file.