Page 1 of 1

Open Current XYplorer Folder in Win11 File Explorer

Posted: 04 May 2024 20:51
by LNEL108
My question is simple. Is there any easy way, from within XYplorer, to open the folder that one is currently viewing in XYplorer in Windows 11 File Explorer?

Thanks!

Re: Open Current XYplorer Folder in Win11 File Explorer

Posted: 04 May 2024 21:22
by Norn

Code: Select all

if (<curitem>) {run 'explorer /select, "' . <curitem> . '"'} else {run 'explorer "' . <curpath> . '"'}

Re: Open Current XYplorer Folder in Win11 File Explorer

Posted: 04 May 2024 22:46
by admin
Context menu > Open.

Re: Open Current XYplorer Folder in Win11 File Explorer

Posted: 05 May 2024 01:09
by LNEL108
admin wrote: 04 May 2024 22:46 Context menu > Open.
Brilliant! That works nicely. Many thanks!