Returns the text within a file.
target.file.GetText( file )
file (input) - file that you want to work with
This function returns the contents of the specified file as a string.
Sample
'---------- Start ----------
Function Start
trg.Message( target.file.GetText( "C:\FileTestFolder\trgFileSample.txt" ) )
End Function
See also