File.Load (gb)
Static Function Load ( FileName As String ) As String
Loads a file and returns its contents as a string.
This example shows how Load can be used as a easy way to open a text file and display it in a
TextArea.
Examples
[gb.markdown].Markup.ProcessCode.1104: Cannot load component 'gb.highlight': cannot find component
The changed text could be saved using
File.Save method.