ShellBrowser Delphi Components Documentation
|
This is a wrapper for the Windows API FindFirstFile() function.
class function FindFirstFile(const Path: String; out FindData: TWin32FindDataW): THandle;
Parameters |
Description |
const Path: String |
A path in the file system. |
out FindData: TWin32FindDataW |
TWin32FindDataW: Receives information about a found file or directory. |
If the function succeeds, the return value is a search handle used in a subsequent call to FindNextFile or FindClose, and the lpFindFileData parameter contains information about the first file or directory found.
It takes care for some spacialties like Unicode characters and WOW64 file system redirection.