Input and Output Summary
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. |
FilePut, FilePutObject, Print, Write, WriteLine Functions, Write, WriteLine Functions |
See Also
Reference
Keywords and Members by Task
Visual Basic Language Keywords
Visual Basic Run-Time Library Members
Keywords Compared in Different Languages