Okay, here's the situation:
In a C# program I need to read back a text file (from a fixed location) and check that the
last character on the
second to last line is a 0 and then return true or false.
It sounds so simple (and probably is for someone with semi-decent coding knowledge!), but I'm really struggling with how to accomplish it
Can anyone help me out?
Thanks
Also, if anyone knows how to Enable Windows Defender via C# that'd be a MASSIVE help too!
Thanks again