Click or drag to resize

DeviceFileSystem Property

Gets the FileSystem for the device if supported.

The FileSystem is used for navigating through the folders and files of some cameras and scanners.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public FileSystem FileSystem { get; }

Property Value

Type: FileSystem
The FileSystem for the device if supported.
Exceptions
ExceptionCondition
Thrown if a connection to the device is not open.
See Also

Reference

DeviceFileSystem