Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

read_file

io.file.read.read_file

reads all bytes from the file in the path
returns outcome array u8, a byte array representing the content of the file if the operation was successful
returns an error in case the operation fails