ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Shell.PathUtils.TPathUtils.HasFileAttribute

Checks if the given path has the given file attribute.

Syntax
Pascal
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.