Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SH4KUR authored Dec 12, 2023
1 parent 9ac7c15 commit aba2542
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RenameCyrillicLatinApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ private static void Main(string[] args)
Console.WriteLine("Directory not found.");
}
}

private static void RenameFiles(string path)
{
var files = Directory.GetFiles(path, "*.*", SearchOption.AllDirectories);
Expand Down Expand Up @@ -154,4 +155,4 @@ private static string ConvertLetter(char c)
_ => c.ToString()
};
}
}
}

0 comments on commit aba2542

Please sign in to comment.