WIN32_FIND_DATA class base struct

Contains information about the file that is found by the FindFirstFile, FindFirstFileEx, or FindNextFile function.

Inheritance

Constructors

WIN32_FIND_DATA()

Properties

cAlternateFileName String
getter/setter pair
cFileName String
getter/setter pair
dwFileAttributes int
getter/setter pair
dwReserved0 int
getter/setter pair
dwReserved1 int
getter/setter pair
ftCreationTime FILETIME
getter/setter pair
ftLastAccessTime FILETIME
getter/setter pair
ftLastWriteTime FILETIME
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nFileSizeHigh int
getter/setter pair
nFileSizeLow int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited