Newbie to C# and trying to expand my ability. I have this code in VB:
Private Sub BreakdownFilesToCompare (ByRef file1BReader As BinaryReader, _
ByRef file2BReader As BinaryReader, _
ByRef
Newbie to C# and trying to expand my ability. I have this code in VB:
Private Sub BreakdownFilesToCompare (ByRef file1BReader As BinaryReader, _
ByRef file2BReader As BinaryReader, _
ByRef
I want to retrieve multiple log files from an Ubuntu server (using Python 2.7 on a win 7 machine) without having to write detailed repetitive code. I am sure I can use a loop to achieve this Goal,