I want to search files/folder with the Everything HTTP server from a web browser.
I wrote this script but I want to search file/folders just in current directory
Code: Select all
http://localhost:8090/?search=+Stefan&offset=0&json=1&path_column=1&size_column=1&date_modified_column=1
Im currently in c:\program files and I want to search just in this path.
How can I do that?
Thanks