file problem
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
How to Input/Output a file in vb.net 2005?
-
How to Input/Output a file in vb.net 2005?
Your question is a bit vague, but you probably need to look into
System.IO
More specificallySystem.IO.File
when you want to copy, delete, move (etc.) files,System.IO.StreamWriter
to write to a file, andSystem.IO.StreamReader
to read from a file.My advice is free, and you may get what you paid for.