【vb.net】-【文件读写】

 

dim current_dir as string

Dim v_File = New StreamReader(current_dir)
Dim all_info As String
all_info = v_File.ReadToEnd()
v_File.Close()
v_File = Nothing

posted on 2013-05-21 22:08  godhappyme  阅读(151)  评论(0)    收藏  举报

导航