FileTextFindIndex function

int FileTextFindIndex(
  1. Pointer<Char> fileName,
  2. Pointer<Char> search
)

Implementation

int FileTextFindIndex(
  Pointer<Char> fileName,
  Pointer<Char> search,
) => _module.FileTextFindIndex(fileName, search);