Directories and Files Summary
Visual Basic language keywords and run-time library members are organized by purpose and use.
Using the My feature gives you greater productivity and performance in file I/O operations than using these members. For more information, see My.Computer.FileSystem Object.
Action | Language element |
---|---|
Change a directory or folder. |
|
Change the drive. |
|
Copy a file. |
|
Make a directory or folder. |
|
Remove a directory or folder. |
|
Rename a file, directory, or folder. |
|
Return the current path. |
|
Return a file's date/time stamp. |
|
Return file, directory, or label attributes. |
|
Return a file's length. |
|
Return a file's name or volume label. |
|
Set attribute information for a file. |
See Also
Reference
Keywords and Members by Task
Visual Basic Language Keywords
Visual Basic Run-Time Library Members
Keywords Compared in Different Languages
Concepts
Parsing Text Files with the TextFieldParser Object
Other Resources
Reading from Files in Visual Basic
Writing to Files in Visual Basic
Creating, Deleting, and Moving Files and Directories in Visual Basic
File, Directory, and Drive Properties in Visual Basic