FileSystem Class |
Namespace: Atalasoft.Twain
The FileSystem type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase.) | |
| CurrentDirectory | Gets or sets the current directory. | |
| InnerList | Gets the list of elements contained in the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase.) | |
| Item | Allows you to enumerate through the directories and files in the FileSystem. |
| Name | Description | |
|---|---|---|
| CollectFileInformation | Refreshes the list of directories and files. | |
| Copy | Copies a file or directory from one location to another. | |
| CreateDirectory | Creates a new directory in the current directory. | |
| Delete | Deletes a file or directory from the current directory. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FormatMedia | Removes all files and folders from the file system. | |
| GetClose | Frees an internal context which is generated by calling GetFirstFile. | |
| GetEnumerator | Returns an enumerator that iterates through the ReadOnlyCollectionBase instance. (Inherited from ReadOnlyCollectionBase.) | |
| GetFirstFile | Finds the first file in the current directory and returns information about it. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetNextFile | Finds the next file in the current directory and returns information about it. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Rename | Renames a file or directory. | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |