Allows you to enumerate through the directories and files in the FileSystem.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public FileInformation this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As FileInformation
Get
Parameters
- index
- Type: System.Int32
The index of the file you want information about.
Property Value
Type:
FileInformation A
FileInformation object containing data about the file or directory.
See Also