[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.TotalCommanderTAssembly: 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 |
|---|
|