CLab Configurator API Documentation

Program.OpenFile Method 

Returns the content of a text file

public string OpenFile(
   String fileName
);

Parameters

String
The file to get content from

Return Value

String representation of file content

See Also

Program Class | ClabGui Namespace