open_code#

io.open_code(path)#

Opens the provided file with the intent to import the contents.

This may perform extra validation beyond open(), but is otherwise interchangeable with calling open(path, ‘rb’).