| 
ShellBrowser Delphi Components Documentation | 
Checks if the given path has the given file attribute.
class function HasFileAttribute(const pPath: string; const pFileAttribute: DWORD): boolean;
| 
Parameters  | 
Description  | 
| 
const pPath: string  | 
A file path to check  | 
| 
const pFileAttribute: DWORD  | 
An attribute from the collection in https://learn.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants.   | 
true, if the attribute is set; false otherwise.