fsetlenΒΆ

fsetlen sets the file length in bytes.

bool = fsetlen(fh, nLen)

Return Value

bool

Parameters

fh

Identifies the file.

nLen

Is the new file length in bytes.

History

Version Description
5.3.0 New.

id-1353639