Go to a particular file

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
JDługosz
Posts: 121
Joined: 17 Dec 2007 23:22
Contact:

Go to a particular file

Post by JDługosz »

I'd like to be able to jump to a specific file: go to the correct directory and make that file "selected".
I want to drive this from my text editor, which has some scripting/macro capability. For example, I would hit the proper key in the editor to navigate to the file I'm currently viewing, so I could use a shell extension such as Tortoise SVN -> Blame.

So, how would I programmatically tell XYplorer to navigate to some file?

admin
Site Admin
Posts: 66360
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Go to a particular file

Post by admin »

Try the obvious:

Code: Select all

PathToXYplorer.exe "PathFileToOpen"

Post Reply