Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
External Settings File
#2
How to save a file
Code:
Dim writer as new system.io.streamwriter("PATH")
writer.write("TEXT")
writer.close()
How to read a file
Code:
Dim text as string
dim reader as new system.io.streamreader("PATH")
text = reader.readToEnd()
reader.close()
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
External Settings File - by brco900033 - 11-04-2011, 07:37 AM
Re: External Settings File - by brandonio21_phpbb3_import2 - 11-04-2011, 02:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Rename application file brco900033 3 14,224 10-15-2013, 12:03 AM
Last Post: brandonio21
  Copy file to clipboard brco900033 4 16,577 11-04-2012, 12:17 AM
Last Post: brandonio21
  getting a file name form a save dialoge zmanalpha 3 13,423 08-04-2012, 03:15 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)