Page 1 of 2

How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 27 Feb 2020 08:20
by Tony
How to make XYplorer the file manager for Open Path or Open Folder options in other apps? I already set XYPlorer to be the default file manager.

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 27 Feb 2020 09:07
by RalphM
Hi Tony and welcome to the forum.

What you try to achieve is unfortunately not possible AFAIK.
The open file and folder dialogues along with the save ones are independent of the setting for the default file manager.
These have been made to look similar to the standard Win Explorer but are actually separate programs/dialogues and thus not replaceable by XY.

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 27 Feb 2020 18:55
by Tony
So what I understood this is a limitation in XYplorer.

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 27 Feb 2020 19:25
by admin
Replacing the standard system open file dialog would require some heavy registry hacking if at all possible. I never heard of anyone doing this successfully. I'd say forget it.

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 27 Feb 2020 19:42
by Tony
Maybe you misunderstood my question.

For example, in uTorrent there's an option for their Open in folder option where instead of opening the folder in File Explorer, I want it open in XYplorer. I use another file manager and in any app that has an option to go to that folder, it opens using the other file manager.

There are no file dialogs involved.

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 27 Feb 2020 20:09
by admin
Okay, I'll look into this later.

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 04 Mar 2020 07:37
by Evolve

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 04 Mar 2020 10:08
by admin
Yep.

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 06 Mar 2020 10:05
by webmaster
I too came here to ask this question. I noticed it was possible to have this done with Directory Opus... I like Xyplorer more but this is kind of a big feature.

Sharex is stifled and so are many other apps. I didn't realize how often I "open path" or "open folder" from other apps. now, when I do it, NOTHING even happens. just a waste of a click. i think because i have my options set for XYplorer to be default... that's why.

Just to be clear, 100%... this is not possible or can ever expect to have this integrated?

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 06 Mar 2020 11:37
by admin
It seems to be a bit tricky but I definitely plan to have a shot at it.

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 27 Jun 2020 21:18
by Tony
Any updates on this feature? Has it been implemented?

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 01 Jul 2020 10:30
by admin
No. No big features are added before the 64-bit edition is completed.

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 28 Jul 2020 09:19
by LostFirefox36
I use an AutoHotKey script to accomplish this.
When i have a Windows Explorer window open, i press the Windows + E key to grab the filepath from the currently open directory and then run that path to make it open up in XyPlorer. Works really well.

Code: Select all

       #E:: ; Windows + E Key to activate
        IfWinActive, ahk_class CabinetWClass    ; If Windows Explorer is active, then grab filepath from it
        {
            for oWin in ComObjCreate("Shell.Application").Windows
            {
                Folderpath := oWin.Document.Folder.Self.Path    ; Save path of current folder as variable
            }
            run, %Folderpath%   ; Run the saved path to open with the default explorer (XyPlorer)
            return
        }

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 28 Jul 2020 18:03
by Tony
admin wrote: 01 Jul 2020 10:30 No. No big features are added before the 64-bit edition is completed.
When is the ETA for the 64bit version?

Re: How to make XYplorer the file manager for Open Path or Open Folder in other apps?

Posted: 03 Aug 2020 22:57
by admin
2020.