pub unsafe extern "C" fn aws_file_delete(
    file_path: *const aws_string
) -> c_int
Expand description

Deletes a file. Returns AWS_OP_SUCCESS if the operation was successful. Otherwise, aws_last_error() will contain the error that occurred. If the file doesn’t exist, AWS_OP_SUCCESS is still returned.