Yes. Use nodirs
like in the button below.
This might be caused by OneDrive and/or Office365. My Office installation is local. For me the menu only shows links to local files.
Here's the entire menu. Not all entries seem to be useful. I put this together to try it out, but don't use it very often.
/appdata\Microsoft\Office\Recent
contains only links to files and folders.
Go PATH="/appdata\Microsoft\Office\Recent" FOLDERCONTENT=nodirs
works fine but
Go PATH="/appdata\Microsoft\Office\Recent" FOLDERCONTENT=nofiles
seems to get confused and shows nothing. Not sure if I am missing a parameter or if this is a bug.
XML
<?xml version="1.0"?>
<button backcol="none" display="icon" dropdown_glyph_slim="yes" label_pos="right" min_width="yes" textcol="none" type="menu">
<label>Recent</label>
<icon1>/dopusdata\User Data\icons\Clock.png,0</icon1>
<button backcol="none" display="both" separate="yes" textcol="none">
<label>Recent</label>
<icon1>#recentlist</icon1>
<function type="normal">
<instruction>Recent SHOWICONS</instruction>
</function>
</button>
<button backcol="none" display="both" separate="yes" textcol="none">
<label>Clear Recent List</label>
<icon1>#recentlistclear</icon1>
<function type="normal">
<instruction>Recent CLEAR</instruction>
</function>
</button>
<button backcol="none" display="label" textcol="none" type="menu">
<label>Recent (Opus) Files</label>
<icon1>#newmenu</icon1>
<button backcol="none" display="both" textcol="none">
<label>Recent (Opus) Files</label>
<icon1>#recentmenu</icon1>
<function type="normal">
<instruction>Go PATH=/recent FOLDERCONTENT="sortdate,sortreverse,nodirs,maxfiles=15"</instruction>
</function>
</button>
</button>
<button backcol="none" display="label" separate="yes" textcol="none" type="menu">
<label>Recent (Opus) Folders</label>
<icon1>#newmenu</icon1>
<button backcol="none" display="both" textcol="none">
<label>Recent (Opus) Folders</label>
<icon1>#recentmenu</icon1>
<function type="normal">
<instruction>Go PATH=/recent FOLDERCONTENT=sortdate,sortreverse,nofiles</instruction>
</function>
</button>
</button>
<button backcol="none" display="label" textcol="none" type="menu">
<label>Recent (Shell) Files</label>
<icon1>#newmenu</icon1>
<button backcol="none" display="both" textcol="none">
<label>Recent (Shell) Files</label>
<icon1>#recentlist</icon1>
<function type="normal">
<instruction>Go PATH="shell:::{22877a6d-37a1-461a-91b0-dbda5aaebc99}" FOLDERCONTENT=nodirs</instruction>
</function>
</button>
</button>
<button backcol="none" display="label" separate="yes" textcol="none" type="menu">
<label>Recent (Shell) Folders</label>
<icon1>#newmenu</icon1>
<button backcol="none" display="both" textcol="none">
<label>Recent (Shell) Folders</label>
<icon1>#recentlist</icon1>
<function type="normal">
<instruction>Go PATH="shell:::{22877a6d-37a1-461a-91b0-dbda5aaebc99}" FOLDERCONTENT=nofiles</instruction>
</function>
</button>
</button>
<button backcol="none" display="both" textcol="none" type="menu">
<label>Recent (Office) Files</label>
<icon1>#office</icon1>
<button backcol="none" display="both" label_pos="right" textcol="none">
<label>Recent (Office) Files</label>
<icon1>#office</icon1>
<function type="normal">
<instruction>Go PATH="/appdata\Microsoft\Office\Recent" FOLDERCONTENT=nodirs</instruction>
</function>
</button>
</button>
<button backcol="none" display="both" textcol="none" type="menu">
<label>Recent (Office) Folders</label>
<icon1>#office</icon1>
<button backcol="none" display="both" label_pos="right" textcol="none">
<label>Recent (Office) Folders</label>
<icon1>#office</icon1>
<function type="normal">
<instruction>Go PATH="/appdata\Microsoft\Office\Recent" FOLDERCONTENT</instruction>
<instruction />
<instruction>// =nofiles</instruction>
</function>
</button>
</button>
</button>