"C:\dog run"|"C:\cat run"
dog run
cat run
Code: Select all
C:\cat run\
C:\dog run\
C:\cat run\cats 1.png
C:\cat run\cats 2.png
C:\cat run\cats 3.png
C:\dog run\dogs 1.png
C:\dog run\dogs 2.png
C:\dog run\dogs 3.png
Code: Select all
ES '<"C:\dog run"|"C:\cat run">' #Nothing gets returned for this search
ES "<"C:\dog run"|"C:\cat run">" #This search returns just the parent folders. No child items
#C:\cat run
#C:\dog run
ES ""C:\dog run""`|""C:\cat run"" #Same as above, returns only parent folders, no children
ES "C:\dog run""`|""C:\cat run" #Returns only the child items for "dog run" but not the "dog run" directory. "Cat run" is entirely ignored
#C:\dog run\dogs 1.png
#:\dog run\dogs 2.png
#:\dog run\dogs 3.png