Methods

c_openΒΆ

c_open(pathname:Str, flags:Str)

flags

r - O_RDONLY; w - O_WRONLY | O_CREAT | O_TRUNC; a - O_WRONLY | O_CREAT | O_APPEND