Skip to main content
Version: v0.19.1

IO

Module Function​

open(STRING, STRING, STRING)​

Returns FILE

Opens a file pointer to the file at the path, mode and permission can be set optionally.

🚀 > IO.open("main.go", "r", "0644")
=> <file:main.go>

Properties​

NameValue