The InTheHand.VisualBasic.FileIO namespace contains types that support the My file system object in Visual Basic.
| C# | Visual Basic |
namespace InTheHand.VisualBasic.FileIO
Namespace InTheHand.VisualBasic.FileIO
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| DeleteDirectoryOption |
Specifies what should be done when a directory that is to be deleted contains files or directories.
| |
| FieldType |
Indicates whether text fields are delimited or fixed width.
| |
| FileSystem |
The FileSystem module contains the procedures used to perform file, directory or folder, and system operations.
The My feature gives you greater productivity and performance in file I/O operations than using the FileSystem module.
| |
| MalformedLineException |
The exception that is thrown when the ReadFields method cannot parse a row using the specified format.
| |
| QuoteDelimitedFieldBuilder | ||
| RecycleOption |
Specifies whether a file should be deleted permanently or placed in the Recycle Bin.
| |
| SearchOption |
Specifies whether to search all or only top-level directories.
| |
| SpecialDirectories |
Provides properties for accessing commonly referenced directories.
| |
| TextFieldParser |
Provides methods and properties for parsing structured text files.
| |
| UICancelOption |
Specifies whether an exception is thrown if the user clicks Cancel during an operation.
| |
| UIOption |
Specifies which dialog boxes to show when copying, deleting, or moving files or directories.
|