My given file /path/file.txt contains for example the following:
Hello World!
Try to read me.
How can I read the entire content into one single string inside my code?
For this specific example, the string should look like this:
"Hello World!\nTry to read me."