clsUniFile.st_TextFileToString2a FunctionLoad a textfile and returns the contained text; This function attemps to check the correct encoding then it will read the file in the right waySyntax
Public Function st_TextFileToString2a (ByVal sFileName As String, _
ByRef sRetFile As String, _ Optional ByVal iEnc As eFileEncoding = -1&, _ Optional ByVal bRaiseError As Boolean = True, _ Optional ByVal bReadBOM As Boolean = True) As Boolean Parameters
Remarks
|