Skip to contents

Find text in existing file.

Usage

file_text_find_index(file_name, search)

Arguments

file_name

A string.

A string.

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int FileTextFindIndex(const char * fileName, const char * search);

Examples

if (FALSE) {
file_text_find_index("file.png", "text")
}