appendFileBytes
public func appendFileBytes(String, Array[UInt8]) -> Result[(), IoError]Appends bytes to path, creating if absent. Binary counterpart to
appendFileString.
Defined in lang/std/io/file.ks
public func appendFileBytes(String, Array[UInt8]) -> Result[(), IoError]Appends bytes to path, creating if absent. Binary counterpart to
appendFileString.
Defined in lang/std/io/file.ks