tf_txt_seek_end()

Purpose

Positions file pointer at the end of a file

Old name

#define _dfeofile tf_txt_seek_end

Syntax

void tf_txt_seek_end(file_handle)

Parameters

int file_handle

File handle of a file

 

The file_handle parameter must be obtained by calling the function tf_open()

Description

The tf_txt_seek_end() function moves the file pointer position to the end of the file so that text can be appended to it.

It can be used with any operating system supported by DP4.