The Everything_SetMatchPath function enables or disables full path matching for the next call to Everything_Query.
void Everything_SetMatchPath(
BOOL bEnable
);
bEnable
[in] Specifies whether to enable or disable full path matching.
If this parameter is TRUE, full path matching is enabled.
If the parameter is FALSE, full path matching is disabled.
If match full path is being enabled, the next call to Everything_Query will search the full path and file name of each file and folder.
If match full path is being disabled, the next call to Everything_Query will search the file name only of each file and folder.
Match path is disabled by default.
Enabling match path will add a significant performance hit.
Everything_SetMatchPath(TRUE);