SyntaxFix
Write A Post
Hire A Developer
Questions
Try this:
Dim text As String = "" Dim files() As String = IO.Directory.GetFiles(sFolder) For Each sFile As String In files text &= IO.File.ReadAllText(sFile) Next