텍스트 txt 라인 갯수 가져오기

VNote 2019.02.12 06:43:27 *:

 Dim LineTemp As Integer = File.ReadAllLines("list.txt").Length

        MsgBox(LineTemp)