M-Files UI Extensibility Framework
ReadTextFile Method
ICommonFunctions Interface : ReadTextFile Method
The file to read. The file must be included in client extension application i.e. reside under the application installation folder.
Description
Read a text file and returns the contents as a string.
Syntax
Visual Basic
Public Function ReadTextFile( _
   ByVal filename As String _
) As String
Parameters
filename
The file to read. The file must be included in client extension application i.e. reside under the application installation folder.
Return Type
The file contents.
See Also

ICommonFunctions Interface  | ICommonFunctions Members