[This is preliminary documentation and is subject to change.]

Contains information about the file that is found by the FindFirst(String, FindData%), or FindNext(Object, FindData%) function.

Namespace:  Tools.TotalCommanderT
Assembly:  Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.2.0

Syntax

C#
public struct FindData
Visual Basic (Declaration)
Public Structure FindData
Visual C++
public value class FindData
J#
public final class FindData extends ValueType
JScript
JScript supports the use of structures, but not the declaration of new ones.

See Also