Function SBCommons.getString

Reads a null-terminated string from the supplied file handle.

static string getString (
  std.stdio.File* Handle
);

Note

This will not end until a null byte or an eof is reached.