native

ezhttp_save_data_to_file

Syntax

native ezhttp_save_data_to_file(EzHttpRequest:request_id, const file_path[]);

Description

Saves the request data to a file.

Parameters

request_id The request identifier.
file_path The path to the file to save to. Must be relative to the mod directory.

Return

The number of bytes written to the file.