ShellBrowser Delphi Components Documentation
|
Builds a wrapper arround the FindFirstFileW function, but uses the long file name pre fix, So that also files with a full file name longer than 255 chars could be found.
class function FindFirstFile(const pPath: String; out pFindData: TWin32FindDataW): THandle;
Parameters |
Description |
const pPath: String |
A path in the file system. |
out pFindData: 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.
Takes care for some specialties like Unicode characters and WOW64 file system redirection.