I searched the web and found the .NET 'File.Open' instruction, but I have not been able to successfully use it in my script.
I am looking for something like this...
var content = File.Open('path/filename.txt');
This code is just an example, it does not work.
Thank you!
Alex
I am looking for something like this...
var content = File.Open('path/filename.txt');
This code is just an example, it does not work.
Thank you!
Alex
I just found another message on the same subject. I posted it myself a year ago, and I am sorry to say that I completely forgot about it ;-). Anyhow, Nick had this suggestion for me: "it is possible to write to a file (see this thread), so you should do the same in the other direction". I read the thread, but I just do not see how I could reverse the direction and be able to read a file that way. If you could please guide me with some code example, that would be great!