Click or drag to resize

FileSystemItem Property

Allows you to enumerate through the directories and files in the FileSystem.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public FileInformation this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
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