Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


[VB.Net] System.IO.File Functions filter_list
Author
Message
RE: [VB.Net] System.IO.File Functions #5
Nice thread, keep it up. Smile

You can show the return values more clearly like:

Code:
Dim aByteArray As Byte() = IO.File.ReadAllBytes("C:\file.exe")
Dim aStringArray As String() = IO.File.ReadAllLines("C:\text.txt")
Dim aString As String = IO.File.ReadAllText("C:\text.txt")
[Image: rytwG00.png]
Redcat Revolution!

Reply





Messages In This Thread



Users browsing this thread: 1 Guest(s)