How to read in txt file in panda?

If you plan to load it as a model, please check this manual page.
If you want to just load the text as a string, I think you will need to use the standard C++ stuff, (tutorial)