'Open Path' not working

Found a bug in "Everything"? report it here
Post Reply
Alduin's Khajiit
Posts: 22
Joined: Mon Dec 02, 2013 1:48 pm

'Open Path' not working

Post by Alduin's Khajiit »

When right clicking on a file in Everything and selecting 'Open Path', Everything does not open a folder to that file's location, instead it opens to my user folder, the file I right clicked and selected open path is NOT in my user folder
horst.epp
Posts: 1340
Joined: Fri Apr 04, 2014 3:24 pm

Re: 'Open Path' not working

Post by horst.epp »

You may not have the necessary rights for the file or folder
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: 'Open Path' not working

Post by therube »

Options | General | Context Menu -> Open Path.
What does the Command: show?
Alduin's Khajiit
Posts: 22
Joined: Mon Dec 02, 2013 1:48 pm

Re: 'Open Path' not working

Post by Alduin's Khajiit »

$exec("%SystemRoot%\explorer.exe" /select,"%1")
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: 'Open Path' not working

Post by therube »

My end, XP shows, different.
Give it a try & see what happens?

Code: Select all

$openpath("%1")

From a C: prompt, your Command: works for me.

Code: Select all

C:\> explorer.exe  /select,"C:\Mozilla\sessionstore.json"
Opens the Mozilla directory, focuses on sessionstore.json.
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: 'Open Path' not working

Post by void »

Please try changing your open path command to $exec($parent("%1"))
  • In Everything, from the Tools menu, click Options.
  • Click the Context menu tab.
  • Select Open Path.
  • Change the command to:
    $exec($parent("%1"))
  • Click OK.
Post Reply