Hey !
When I write in a file with File.WriteAllLines(string1, string2[]) and the first time the string1 is long enough, and we rewrite a second time after using string1 but this time less long than before, it doesn't replace the line...

Here is the example, in french it's more longer than in english, so the line wasn't replace by the new one entirely.
I see this issue on a text editor too on Alve
I have some ideas to correct this issue, if I have the time I will correct this :)
Hey !
When I write in a file with File.WriteAllLines(string1, string2[]) and the first time the string1 is long enough, and we rewrite a second time after using string1 but this time less long than before, it doesn't replace the line...
Here is the example, in french it's more longer than in english, so the line wasn't replace by the new one entirely.
I see this issue on a text editor too on Alve
I have some ideas to correct this issue, if I have the time I will correct this :)