This is a C# implementation that reads a FAH stats file and identifies the longest FAH username
- .NET Core 2.0
Sample Run
dotnet FindFAHUsernameMaxLength.dll
Provide the path to the FAH stats text file and then press <enter>:
C:\Sample\Path\stats.txt
The max username size found was '73'
Found '1184' users' name that exceeded 50 chars
Found '0' users' name that exceeded 75 chars
Found '0' users' name that exceeded 100 chars
Press <enter> to exit
- .NET Core 2.0
- Visual Studio 2017
- ReSharper
This project is licensed under the MIT License - see the LICENSE file for details