[Bug 164414] Add an "Open Document Parent Folder" menu option to the File menu

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Dec 23 16:19:20 UTC 2024


https://bugs.documentfoundation.org/show_bug.cgi?id=164414

--- Comment #3 from intotrash at cox.net ---
Ok, thanks for taking a look at least.  

I was thinking it would be as simple as using a cross platform command like
that of Process.Start(new ProcessStartInfo(your_path) { UseShellExecute = true
}) in c#. 

In windows, I often do implement Process.Start("explorer.exe" ,
@"your_file_path") to drop the user off somewhere, and get good feedback on
it's availability and usage.

However, I think it would be super helpful in LO as well, but agreed unless
more people chime in, maybe I'm the minority of people who'd use that feature
in LO.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list