The InTheHand.IO namespace contains types that allow reading and writing to files and data streams, and types that provide basic file and directory support.
| C# | Visual Basic |
namespace InTheHand.IO
Namespace InTheHand.IO
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| DriveInfo |
Provides access to information on a drive.
| |
| FileHelper |
Provides helper methods for the File class.
| |
| FileSystemEventArgs | ||
| FileSystemEventHandler |
Represents the method that will handle the Changed, Created, or Deleted event of a FileSystemWatcher class.
| |
| FileSystemWatcher |
Listens to the file system change notifications and raises events when a directory, or file in a directory, changes.
| |
| NotifyFilters |
Specifies changes to watch for in a file or folder.
| |
| RenamedEventArgs |
Provides data for the Renamed event.
| |
| RenamedEventHandler |
Represents the method that will handle the Renamed event of a FileSystemWatcher class.
| |
| StreamHelper |
Provides helper methods for the Stream class.
| |
| WatcherChangeTypes |
Changes that might occur to a file or directory.
|