asked on December 27, 2018
Example: I'm trying to find a folder called "HR" that will be located at the path Human Resources\Employee Files\* - Employee ID*\HR\...
I'd like to use wildcards for the Employee ID portion of this. Is there a way to do this? So far I have:
{LF:Name="HR", Type="F"} & {LF:LOOKIN="XXXXX\Human Resources\Employee Files\* - Employee ID*\"}
There will be information before the - Employee ID, which is why I need the starting wildcard.
0
0