Input and Output Summary (Visual Basic)
Visual Studio 2010
Visual Basic language keywords and run-time library members are organized by purpose and use.
Action | Language element |
|---|---|
Access or create a file. | |
Close files. | |
Control output appearance. | |
Copy a file. | |
Get information about a file. | EOF, FileAttr, FileDateTime, FileLen, FreeFile, GetAttr, Loc, LOF, Seek |
Get or provide information from/to the user by means of a control dialog box. | |
Manage files. | |
Read from a file. | |
Return length of a file. | |
Set or get file attributes. | |
Set read-write position in a file. | |
Write to a file. |