[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 Jan 6 23:05:48 UTC 2025


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

--- Comment #5 from intotrash at cox.net ---
@Heiko, thank you so much for the hint about Macros.  I created the following
Macro and it does exactly what I want in LO in Linux using the default Caja
file browser:

Sub OpenCurrentFolder
    GlobalScope.BasicLibraries.loadLibrary("Tools")
    Shell("/usr/bin/caja " &
Tools.Strings.DirectoryNameoutofPath(ThisComponent.getURL(),"/") )
End Sub

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


More information about the Libreoffice-ux-advise mailing list