Click or drag to resize

FileInformation Class

Contains information about a specific file in the FileSystem.
Inheritance Hierarchy
SystemObject
  Atalasoft.TwainFileInformation

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public sealed class FileInformation

The FileInformation type exposes the following members.

Properties
  NameDescription
Public propertyCreateTimeDate
Gets the file creation time.
Public propertyFileName
Gets the full path and name of the file.
Public propertyFileSize
Gets the file size in bytes.
Public propertyFileType
Gets a value indicating if this is an image, directory or other item.
Public propertyModifyTimeDate
Gets the file modify time.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also