Input and Output Summary
Visual Studio 2005
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 |