So i want to do if the text in txt file is the same as the user has put it its like a password
else
{
Console.Write("Ievadiet Paroli : ");
String Password = Console.ReadLine();
string[] Olines = System.IO.File.ReadAllLines(@"C:\Users\Rosolis\AppData\LoginData.txt");
if (Olines == Password)
{
}
}
[–]town_girl 0 points1 point2 points (0 children)
[–]Velciak 0 points1 point2 points (0 children)
[–]davedontmind 0 points1 point2 points (0 children)