writeFileBinary
Signature
Section titled “Signature”function writeFileBinary(string calldata path, bytes calldata data) external;Description
Section titled “Description”Writes binary data to a file, creating a file if it does not exist, and entirely replacing its contents if it does.
path is relative to the project root.