Using Everything to search files in current folder

Everythinghttp://www.voidtools.com/ is a good local file and folder search engine.
I want to search files in current folder via everything, and define a hot key to call it:
Ctrl + Alt + F

D:\Applications\file\Everything\Everything-1.2.1.371.exe -path {sourcepath}

The result is: The directory of current folder is pasted in the input box of everything ending with two double quotes.
Why is this thing happens?


Try this:

D:\Applications\file\Everything\Everything-1.2.1.371.exe -path {sourcepath|noterm}

If that still doesn't work, try this (click Advanced to make the button editor go into multi-line mode, if needed):

@nofilenamequoting D:\Applications\file\Everything\Everything-1.2.1.371.exe -path {sourcepath|noterm}

Thanks.
Problem solved.