Click or drag to resize

FileSystemGetFirstFile Method

Finds the first file in the current directory and returns information about it.

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 GetFirstFile()

Return Value

Type: FileInformation
A FileInformation object containing details about this file, or null if no file was found.
Remarks
Calling Acquire when navigating through the file system will cause the current file to be acquired.
See Also