NXSL:FILE:read

From NetXMS Wiki
Jump to navigation Jump to search
This Wiki is deprecated and we are are currrently migrating remaining pages into product documentation (Admin Guide, NXSL Guide)

Read up to given number of bytes from file and return them as string.

Since: 2.2.3


Syntax

read(count);


Parameters

count Number of bytes to be read.


Return Value

Read bytes converted to string on success, NULL on failure.