$io.send

Send the contents of a file directly to the client.
Syntax
    $io.send{siteforum_path}
Documentation$io.send:
Send the content of a file directly to the client. This means that the data from the input stream of the given file is written directly to the output stream of the servlet. Different from a computed template the data is send instantly to the client hence preceding any template output and data from subsequent calls to $io.send. This function is equivalent to $io.sendBytes except for the data source.
    Paramter:
      1 - file path in SITEFORUM protocol notation
    Returns:
      Void.
    Throws:
      IOException
Examples
$io.send{public://index.html}
GroupSpecial
Minimum required transaction-mode:READ=IO
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1