Goal
I want to press a button on my GUI and read in the seclog.log file (symantec AV log) from a remote machine and display the contents of the log
using (StreamReader sr = new StreamReader(filePath, true)) { sr.Close(); //This is mandatory //Do your file operation }