Name

Popup::ShowFile — Show the contents of an entire file in a popup.

Synopsis

Import Popup;
void Popup::ShowFile ( string  headline ,
  string  filename );

Parameters

string headline

headline text

string filename

filename with path of the file to show

Return Value

void

Description

Notice: This is a WFM function, NOT an UI function!

Examples

  Popup::ShowFile ("Boot Messages", "/var/log/boot.msg");