I have the following code.
Dim text As String = IO.File.ReadAllText(\"C:\\Example.xtp\")
This code is specific to a single file, however I woul
System.IO.Directory.GetFiles()
could help