Quantcast
Channel: Tópicos
Viewing all articles
Browse latest Browse all 11336

Apagar linha Ficheiro Text

$
0
0
Resolvido da seguinte maneira: // Dim linesList As New List(Of String)(File.ReadAllLines("c:\file.txt")) 'Remove the line to delete linesList.RemoveAt(0) File.WriteAllLines("c:\file.txt", linesList.ToArray())

Viewing all articles
Browse latest Browse all 11336

Trending Articles