Function SBCommons.putString

Puts a null-terminated string into the supplied file handle.

static void putString (
  std.stdio.File* Handle,
  string Text
);