[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.3.38916 (1.5.3.38916)

Syntax

C#
public struct FindData
Visual Basic
Public Structure FindData
Visual C++
public value class FindData
F#
[<SealedAttribute>]
type FindData =  struct end
JScript
JScript supports the use of structures, but not the declaration of new ones.

See Also