Function writeBinary

#include <Geode/utils/file.hpp>geode::Result<>writeBinary(,)

Write binary data to a file

Parameters

path

Path to the file to write to

data

Data to write to the file
Return value
Result indicating success or failure
Examples0