Future of the Folder Tree, behaviour and name?

This Folder Tree in both name and behaviour, IMO now is redundant.

Was only ever marginally useful in the absence of actual expandable folders in 'Details View'. Will the Folder Tree either get Renamed to something more suitable and removed the expandable nature of it or let the user with one flick switch it to a Place Pane only mode, again like macOS Finder. All it needs to have and do is display alias icons and host name of the machine, not 'This PC', icons for all storage devices, then icons for frequent places a user needs, like users folder (s) and any other folder to get us in location, because once in location, all the navigation will be done in Details View tab/window. No need navigating recursively in the side bar .

And while correcting myself ,because I keep typing 'List View' as what it is on macOS Finder a list view with columns and expandable folders with disclosure triangles, but I see I need to get terminology right because I see in DO and Windows Explorer they both have a List View, without columns, and, kinda useless IMO even without expandable folders, any plans on Removing List View form DO, or at leave let us disable it from any View button/menu? No point having it there for historical reminiscing or legacy's sake huh.

If you think the Folder Tree is redundant, simply close it.

We aren't going to rename it. That would confuse a lot of people. Folder Tree is standard terminology on Windows.

If you don't use List view, you aren't forced to use it. You can even remove the option from the UI if you really want to, by simply editing the toolbars/menus via Settings > Customize.

3 Likes

I mean redundant as a 'Tree', the pane itself needs to be visible

Just not all this bizniz


Nothing here needs to be expandable and makes no sense having multiple sections with the same icons, its confusing having This PC and the storage devices under it that are expandable and cannot be removed, then a Home icon having to put the same icons in there so they are not expandable. It's like a typical M$ abomination of an exhibition. What even is This PC, it should be the host name, I didn't name the host 'This PC', but that's M$ for you.

See, macOS Finder sidebar, simple, doesn't need to be complicated, doesn't need to be a tree:

All these are MS/Windows terminology Windows users are used to and that are coming from the underlying OS.
No matter how much you'd like Windows (or Opus) to look like MacOS, this won't happen.
Best solution to reach that is to use macOS.

2 Likes

Hide "Home" in the settings?

Preferences / Folder Tree / Contents

You can make the same thing in Opus by moving your Favorites Bar to the side instead of the top.

5 Likes

As an example of what is possible with dopus compared to the restrictet macOS finder.

Is this folder tree less redunant for you?

7 Likes

Directory Opus is the one software that made me switch to Windows ! :grinning_face_with_smiling_eyes:
As Leo and Hardkorn stated, you can use Favorites Bar and close the Tree Panel to achieve what you want. Favorite Bar is so customisable.
Here is what I've set for myself (in a very "Mac" way, in fact), note that the drives part is dynamic and display drives as they are mounted and folders are links with a named separator between what is cloud part and local part.

9 Likes

Wow your folder tree is perfect!!
I will try make same as you.
So good icons too, I love these :wink: Good work!

2 Likes

Oh yeah!!!
Yours is super cool too, I like your toolbar icon layout, and of course the icons are nice.
Also love the font, what is that?
I agree, your design setup look very Mac 'like' simpler, cleaner, no clutter.
I think If I can make my side folder tree like HardKorns, and make toolbar icon layout like yours with same font as you then just need decide on icons, yours or Hardkorns...hrm

Both is excellent, no no, superb!

3 Likes

Thank you :grinning_face_with_smiling_eyes:
As for the font it's a Google font named Ruda, that I use mostly in his Black version :

1 Like

Right, so Hardkorn's side bar isn't the folder tree, its the Favourites Bar docked to the left.
Starting to get closer, I configured it like Hardkorns, with a Location header, renamed This PC to the host name, and placed hostname and storage devices here, then another header Favourites with folders under it.

What i've noticed is that this Favourites Toolbar user 'Locations' is fine for hard wired storage, but removable storage (connected USB or Thunderbolt) won't appear by default in the favourites bar, and they'll likely be assigned different Letters.

So, hunting around the Manual (it's well written too, nice) I see there's a 'Drives' Toolbar.
It does indeed populate all drives including removable storage but it only displays the drive letter rather than the volume name and drive letter.

Is it possible to configure this Drives toolbar, so that I can put a Header 'Locations' at the top, have my hostname (renamed from This PC) below header, fixed storage and removable storage below host with full volume names, with drive letters?
It'd be useful to have an 'Eject' button next to the removable, see above macOS Finder sidebar screenshot.

Here's what I have so far:



Leads to a Command Editor Dialogue:
Fixed


Other

Seems probable to achieve with some function editing??

I got it done (except the eject icon on removable's drives not using the icons from the Fluent UI26 Thin Dualtone pack though):


Notice some strange flickering though when clicking icons in these toolbars though.
Any ideas what the cause is? (I don't have an answer as to why the ScreenRecorder app overlays it in green):

Hi, I’m new to Directory Opus and I’m still getting used to it. Right now I feel a bit overwhelmed by all the options and features. I really like the look of your Directory Opus left pane, but I’m having trouble recreating it. I tried placing the Favorites toolbar on the left side, but it doesn’t look the same as yours. I just wanted to ask if you have a tutorial on how to set it up that way. Thank you! :blush:

Here is a toolbar that can be used as an alternate tree.

-Alt Tree Example.dop (67.7 KB)

It looks like this set vertically on the left like the Folder Tree.

See also:

Here is the code for the toolbar:

<?xml version="1.0" encoding="UTF-8"?>
<toolbar>
	<image_settings fill="none" fit="1024" image="/dopusdata/Images/File Display Images/Claude Monet - Waterloo Bridge at Dusk 1904  - (MeisterDrucke-139105).jpg" inheritable="yes" opacity="50" use_custom="yes" />
	<font dpi="150" face="Segoe UI" points="11" size="-22" />
	<buttons backcol="none" child_icon_size="small" child_icons="on" child_labels="off" display="label" textcol="none" type="menu">
		<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" separate="yes" textcol="none">
			<label>Left Folder Tree Toggle\t&lt;kbd&gt;F8&lt;/kbd&gt;</label>
			<icon1>#foldertree</icon1>
			<function type="normal">
				<instruction>Set TREE=Toggle</instruction>
			</function>
		</button>
		<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" textcol="none">
			<label>Back</label>
			<icon1>#goback</icon1>
			<function type="normal">
				<instruction>//Go BACK USEQUALKEYS</instruction>
				<instruction>@keydown:none</instruction>
				<instruction>go up back</instruction>
				<instruction>@keydown:shift</instruction>
				<instruction>GoEx SIBLING=previous,wrapauto</instruction>
			</function>
		</button>
		<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" separate="yes" textcol="none">
			<label>Down</label>
			<icon1>#goback</icon1>
			<function type="normal">
				<instruction>Go BACK USEQUALKEYS</instruction>
			</function>
		</button>
		<button 3dborders="no" backcol="none" display="both" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" separate="yes" textcol="none" type="menu">
			<label>&lt;b&gt;Drives&lt;/b&gt;</label>
			<icon1>#JEG_Icons_(32px_&amp;_24px):Hard Disk</icon1>
			<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" separate="yes" textcol="none" type="menu">
				<label>Attached Devices</label>
				<icon1>#Hard Disk</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>List of Devices</label>
					<tip>List of Devices</tip>
					<icon1>#Hard Disk</icon1>
					<function type="normal">
						<instruction>Go DRIVEBUTTONS=lettersbeforelabels NEWTAB=findexisting HEADING=Attached Devices</instruction>
						<instruction>//[%windir%\Explorer.exe /e, {sourcepath$}]</instruction>
						<instruction>//@async:&quot;/home\dopusrt.exe&quot; /acmd /utils\Nircmd_64\nircmd.exe sendkeypress Alt=X</instruction>
						<instruction>//[Go TABCLOSE=force]</instruction>
					</function>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>C: Folder Options Alias c</label>
				<icon1>#HDD-System_C</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List C: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List C: Folder</label>
						<tip>List C: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go C: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the C: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the C: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=C: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the C: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the C: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=C: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>F: Folder Options Alias f</label>
				<icon1>#HDD_F</icon1>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List F: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List F: Folder</label>
						<tip>List F: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go F: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the F: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the F: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=F: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the F: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the F: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=F: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>G: Folder Options Alias g</label>
				<icon1>#HDD_G</icon1>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List G: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List G: Folder</label>
						<tip>List G: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go G: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the G: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the G: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=G: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the G: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the G: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=G: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>H: Folder Options Alias h</label>
				<icon1>#HDD_H</icon1>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List H: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List H: Folder</label>
						<tip>List H: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go H: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the H: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the H: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=H: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the H: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the H: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=H: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>P: Folder Options Alias p</label>
				<icon1>#HDD_P</icon1>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List P: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List P: Folder</label>
						<tip>List P: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go P: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the P: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the P: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=P: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the P: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the P: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=P: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" separate="yes" textcol="none" type="three_button">
				<label>T: Folder Options Alias t</label>
				<icon1>#HDD_T</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List T: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List T: Folder</label>
						<tip>List T: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go T: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the T: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the T: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=T: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the T: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the T: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=T: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>L: Folder Options Alias l</label>
				<icon1>#HDD_L</icon1>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List L: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List L: Folder</label>
						<tip>List L: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go L: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the L: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the L: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=L: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the L: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the L: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=L: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>K: Folder Options Alias k</label>
				<icon1>#HDD_K</icon1>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List K: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List K: Folder</label>
						<tip>List K: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go K: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the K: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the K: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=K: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the K: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the K: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=K: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>M: Folder Options Alias m</label>
				<icon1>#HDD_M</icon1>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List M: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List M: Folder</label>
						<tip>List M: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go M: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the M: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the M: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=M: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the M: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the M: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=M: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>N: Folder Options Alias n</label>
				<icon1>#HDD_N</icon1>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List N: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List N: Folder</label>
						<tip>List N: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go N: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the N: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the N: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=N: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the N: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the N: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=N: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="both" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>O: Folder Options Alias o</label>
				<icon1>#HDD_O</icon1>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List O: Folder</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>List N: Folder</label>
						<tip>List O: Folder</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go O: FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to the O: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to the O: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=O: FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to the O: Folder</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to the O: Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=O: FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
		</button>
		<button 3dborders="no" backcol="none" display="both" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
			<label>&lt;b&gt;Specific Folders&lt;/b&gt;</label>
			<icon1>#Program Menu</icon1>
			<button backcol="none" display="label" field_type="label" separate="yes" size="full" textcol="none">
				<label>&lt;b&gt;Specific Folders&lt;/b&gt;</label>
				<icon1>#label</icon1>
				<function type="normal">
					<instruction>Set LABEL</instruction>
				</function>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" min_width="yes" popout="right" textcol="none" type="menu">
				<label>&lt;b&gt;Browser Apps and Data</label>
				<icon1>#Internet 2</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none" type="three_button">
					<label>Brave&gt;</label>
					<icon1>#Internet 2</icon1>
					<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" textcol="none">
						<label>Brave App</label>
						<tip>Brave App</tip>
						<icon1>#Internet 2</icon1>
						<function type="normal">
							<instruction>Go &quot;C:\Program Files\BraveSoftware\Brave-Browser\Application&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Brave User Data</label>
						<tip>Brave User Data</tip>
						<icon1>#Internet 2</icon1>
						<function type="normal">
							<instruction>Go &quot;%USERPROFILE%\AppData\Local\BraveSoftware\Brave-Browser\User Data\Default\Bookmarks&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none" type="three_button">
					<label>Chrome&gt;</label>
					<icon1>#Internet 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Chrome App</label>
						<tip>Chrome App</tip>
						<icon1>#Internet 2</icon1>
						<function type="normal">
							<instruction>Go &quot;H:\Chrome_64\App\Chrome-bin&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Chrome User Data</label>
						<tip>Chrome User Data</tip>
						<icon1>#Internet 2</icon1>
						<function type="normal">
							<instruction>Go &quot;H:\Chrome_64\Data&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none" type="three_button">
					<label>Edge&gt;</label>
					<icon1>#Internet 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Edge App</label>
						<tip>Edge App</tip>
						<icon1>#Internet 2</icon1>
						<function type="normal">
							<instruction>Go &quot;C:\Program Files (x86)\Microsoft\Edge\Application&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Edge User Data</label>
						<tip>Edge User Data</tip>
						<icon1>#Internet 2</icon1>
						<function type="normal">
							<instruction>Go &quot;C:\Users\LocalDell\AppData\Local\Microsoft\Edge\User Data&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none" type="three_button">
					<label>FireFox&gt;</label>
					<icon1>#Internet 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>F&amp;older</label>
						<tip>Folder</tip>
						<icon1>#foldertree</icon1>
						<function type="normal">
							<instruction>Go &quot;H:\LibreWolf&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
					<button backcol="none" display="both" icon_size="large" label_pos="right" textcol="none" type="menu">
						<label>&amp;List</label>
						<icon1>#folder</icon1>
						<button backcol="none" display="both" icon_size="large" label_pos="right" separate="yes" textcol="none">
							<label>LibreWolf</label>
							<tip>LibreWolf</tip>
							<icon1>#folder</icon1>
							<function type="normal">
								<instruction>Go &quot;H:\LibreWolf&quot; NEWTAB=findexisting</instruction>
							</function>
						</button>
						<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
							<label>LibreWolf</label>
							<tip>LibreWolf</tip>
							<icon1>#folder</icon1>
							<function type="normal">
								<instruction>Go &quot;H:\LibreWolf&quot; FOLDERCONTENT=dblclickmenu,nofiles NEWTAB=findexisting</instruction>
							</function>
						</button>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
					<label>Vivaldi&gt;</label>
					<icon1>#Internet 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Vivaldi App</label>
						<tip>Vivaldi App</tip>
						<icon1>#Internet 2</icon1>
						<function type="normal">
							<instruction>Go &quot;H:\Vivaldi_64\Application&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Vivaldi User Data</label>
						<tip>Vivaldi User Data</tip>
						<icon1>#Internet 2</icon1>
						<function type="normal">
							<instruction>Go &quot;H:\Vivaldi_64\User Data&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" textcol="none" type="three_button">
				<label>&lt;b&gt;T:\Active</label>
				<icon1>#foldertree</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none" type="menu">
					<label>List T:\Active</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>T:\Active</label>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go T:\Active FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to T:\Active</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to T:\Active</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=T:\Active FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to T:\Active</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to T:\Active</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=T:\Active FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" textcol="none" type="three_button">
				<label>&lt;b&gt;T:\Merry&apos;s Docs</label>
				<icon1>#Violin</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List T:\Merry&apos;s Docs</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>T:\Merry&apos;s Docs</label>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go &quot;T:\Merry&apos;s Docs&quot; FOLDERCONTENT=includestart,dblclickmenu,nofiles,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to T:\Merry&apos;s Docs</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to T:\Merry&apos;s Docs</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Merry&apos;s Docs&quot; FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to T:\Merry&apos;s Docs</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to T:\Merry&apos;s Docs</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Merry&apos;s Docs&quot; FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" textcol="none" type="three_button">
				<label>&lt;b&gt;T:\Jim&apos;s Docs</label>
				<icon1>#Opus Borderless</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List T:\Jim&apos;s Docs</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>T:\Jim&apos;s Docs</label>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go &quot;T:\Jim&apos;s Docs&quot; FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to T:\Jim&apos;s Docs</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to T:\Jim&apos;s Docs</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Jim&apos;s Docs&quot; FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to T:\Jim&apos;s Docs</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to T:\Jim&apos;s Docs</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Jim&apos;s Docs&quot; FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
				<label>&lt;b&gt;T:\Software Docs\Browsers</label>
				<icon1>#Internet</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none" type="menu">
					<label>List T:\Software Docs\Browsers</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>T:\Software Docs\Browsers</label>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go &quot;T:\Software Docs\Browsers&quot; FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to T:\Software Docs\Browsers</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to T:\Software Docs\Browsers</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Software Docs\Browsers&quot; FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to T:\Software Docs\Browsers</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to T:\Software Docs\Browsers</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Software Docs\Browsers&quot; FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" min_width="yes" popout="right" textcol="none" type="three_button">
				<label>&lt;b&gt;T:\Utils</label>
				<icon1>#Utilities</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>List T:\Software Docs\Utils</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>T:\Software Docs\Utils</label>
						<tip>T:\Software Docs\Utils</tip>
						<icon1>#folder</icon1>
						<function type="normal">
							<instruction>Go &quot;T:\Software Docs\Utils&quot; FOLDERCONTENT=dblclickmenu,nofiles,includestart,&quot;maxwidth=45&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Copy Selected Items to T:\Utils</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Copy Selected Items to T:\Utils Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Software Docs\Utils&quot; FOLDERCONTENT=nofiles,copy,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
				<button backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Move Selected Items to T:Utils</label>
					<icon1>#Copy File 2</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Move Selected Items to T:\Utils Folder</label>
						<icon1>#Copy File 2</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Software Docs\Utils&quot; FOLDERCONTENT=nofiles,move,includestart,&quot;maxwidth=45&quot;</instruction>
						</function>
					</button>
				</button>
			</button>
		</button>
		<button 3dborders="no" backcol="none" display="both" dropdown_glyph_slim="yes" icon_size="large" label_pos="right" popout="right" separate="yes" textcol="none" type="menu">
			<label>&lt;b&gt;Locations&lt;/b&gt;</label>
			<icon1>#default:misc</icon1>
			<button backcol="none" display="label" field_type="label" separate="yes" size="full" textcol="none">
				<label>&lt;b&gt;Locations&lt;/b&gt;</label>
				<icon1>#label</icon1>
				<function type="normal">
					<instruction>Set LABEL</instruction>
				</function>
			</button>
			<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" min_width="yes" textcol="none" type="three_button">
				<label>&lt;b&gt;Recent Folders|Smart Favorites&gt;</label>
				<icon1>#Recent Folders</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Recent Folders</label>
					<icon1>#JEG_Icons_(32px_&amp;_24px):Recent Folders</icon1>
					<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" textcol="none">
						<label>Recent Folders</label>
						<icon1>#Recent Folders</icon1>
						<function type="normal">
							<instruction>Recent NEWTAB=findexisting</instruction>
							<instruction />
							<instruction>//Recent HEADING NEWTAB=findexisting</instruction>
							<instruction>//OPENINLEFT</instruction>
							<instruction>//[ Set FOCUS=Left ]</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" separate="yes" textcol="none" type="menu">
					<label>Recent Office Files</label>
					<icon1>#office</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Recent Office Files</label>
						<icon1>#office</icon1>
						<function type="normal">
							<instruction>Go PATH=/appdataMicrosoftOfficeRecent FOLDERCONTENT</instruction>
							<instruction />
							<instruction>// =nofiles</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>SmartFavorites</label>
					<icon1>#DOpus10XP:smartfavorites</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>SmartFavorites</label>
						<icon1>#DOpus10XP:smartfavorites</icon1>
						<function type="normal">
							<instruction>Favorites SMART USEQUALKEYS NOOPENINTABS HEADING</instruction>
							<instruction />
							<instruction>//Favorites SMART SHOWICONS USEQUALKEYS NOOPENINTABS HEADING</instruction>
						</function>
					</button>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph="yes" icon_size="large" label_pos="right" min_width="yes" popout="right" textcol="none" type="menu">
				<label>&lt;b&gt;Location Folders&lt;/b&gt;</label>
				<icon1>#DOpus10XP:showsystem</icon1>
				<button backcol="none" display="label" field_type="label" label_pos="right" separate="yes" size="full" textcol="none">
					<label>&lt;b&gt;System Folders&lt;/b&gt;</label>
					<icon1>#label</icon1>
					<function type="normal">
						<instruction>Set LABEL</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Local User Roaming</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;%UserProfile%\AppData\Roaming\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Local User Local</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;%UserProfile%\AppData\Local\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Local User LocalLow</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go %UserProfile%\AppData\LocalLow USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Local User Programs</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Local User Start Menu</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Local User Startup</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;%UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Local User Desktop</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;%UserProfile%\Desktop\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Local User Documents</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;%UserProfile%\Documents\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" separate="yes" textcol="none">
					<label>Local User Downloads</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;%UserProfile%\Downloads\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Program Files</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;C:\Program Files&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Program Files (x86)</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;C:\Program Files (x86)\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>ProgramData</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;C:\ProgramData&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>ProgramData Start Menu</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;C:\ProgramData\Microsoft\Windows\Start Menu\Programs&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Common Files</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;C:\Program Files\Common Files\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" separate="yes" textcol="none">
					<label>Common Files (x86)</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;C:\Program Files (x86)\Common Files\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>System Files</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;C:\Windows\System32\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" separate="yes" textcol="none">
					<label>System Files (x86)</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;C:\Windows\SysWOW64\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Temp</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;%UserProfile%\AppData\Local\Temp\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" separate="yes" textcol="none">
					<label>Windows</label>
					<icon1>#showsystem</icon1>
					<function type="normal">
						<instruction>Go &quot;C:\Windows\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button backcol="none" display="label" field_type="label" label_pos="right" size="full" textcol="none">
					<label>&lt;b&gt;Special Folders&lt;/b&gt;</label>
					<function type="normal">
						<instruction>Set LABEL</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>All Apps</label>
					<icon1>#file</icon1>
					<function type="normal">
						<instruction>C:Windowsexplorer.exe Shell:AppsFolder</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Li&amp;braries</label>
					<icon1>#golibraries</icon1>
					<function type="normal">
						<instruction>Go lib:// USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>&amp;Network</label>
					<icon1>#gonetwork</icon1>
					<function type="normal">
						<instruction>Go &quot;%UserProfile%\AppData\Roaming\Microsoft\Windows\Network Shortcuts\&quot; USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>FTP Address Book Entries in the Source File Display</label>
					<icon1>#ftpconnect</icon1>
					<function type="normal">
						<instruction>Go ftp:// USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>File Collections in the Source File Display</label>
					<icon1>#gocollection</icon1>
					<function type="normal">
						<instruction>Go coll:// USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Rec&amp;ycle Bin</label>
					<icon1>#gotrash</icon1>
					<function type="normal">
						<instruction>Go /trash USEQUALKEYS NEWTAB=findexisting</instruction>
					</function>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" dropdown_glyph="yes" icon_size="large" label_pos="right" min_width="yes" popout="right" textcol="none" type="menu">
				<label>&lt;b&gt;Specific Folders&lt;/b&gt;</label>
				<icon1>#favorites</icon1>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" textcol="none" type="three_button">
					<label>College of Wooster&gt;</label>
					<icon1>#Archie</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Current Class</label>
						<tip>Current Class</tip>
						<icon1>#Archie</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Jim&apos;s Docs\College of Wooster\Audited Courses\2025 Fall Marx&apos;s Das Capital PHIL 31003-01&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none" type="menu">
						<label>Folder List</label>
						<icon1>#Archie</icon1>
						<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" textcol="none">
							<label>T:\Jim&apos;s Docs\College of Wooster</label>
							<icon1>#folder</icon1>
							<function type="normal">
								<instruction>Go &quot;T:\Jim&apos;s Docs\College of Wooster&quot; FOLDERCONTENT=dblclickmenu,nofiles NEWTAB=findexisting</instruction>
							</function>
						</button>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" popout="right" textcol="none" type="three_button">
					<label>Friends Meeting&gt;</label>
					<icon1>#George Fox</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Meeting Minutes</label>
						<tip>Meeting Minutes</tip>
						<icon1>#George Fox</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Jim&apos;s Docs\Friends\WFM\WFM Business\Business Meeting\Business Meeting Minutes\2025&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
						<label>WFM</label>
						<icon1>#George Fox</icon1>
						<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
							<label>T:\Jim&apos;s Docs\Friends\WFM</label>
							<icon1>#folder</icon1>
							<function type="normal">
								<instruction>Go &quot;T:\Jim&apos;s Docs\Friends\WFM&quot; FOLDERCONTENT=dblclickmenu,nofiles NEWTAB=findexisting</instruction>
							</function>
						</button>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
						<label>Friends</label>
						<icon1>#George Fox</icon1>
						<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
							<label>T:\Jim&apos;s Docs\Friends</label>
							<icon1>#folder</icon1>
							<function type="normal">
								<instruction>Go &quot;T:\Jim&apos;s Docs\Friends&quot; FOLDERCONTENT=dblclickmenu,nofiles NEWTAB=findexisting</instruction>
							</function>
						</button>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" textcol="none" type="three_button">
					<label>Hospice&gt;</label>
					<icon1>#Hospice Symbol</icon1>
					<button backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Hospice Visits</label>
						<tip>Hospice Visits</tip>
						<icon1>#Hospice Symbol</icon1>
						<function type="normal">
							<instruction>cd &quot;T:\Jim&apos;s Docs\Hospice LifeCare&quot;</instruction>
							<instruction>&quot;T:\Jim&apos;s Docs\Hospice LifeCare\Misc\Visits Saved Text.txt&quot;</instruction>
						</function>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none" type="menu">
						<label>Folder List</label>
						<tip>Folder List</tip>
						<icon1>#Hospice Symbol</icon1>
						<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
							<label>T:\Jim&apos;s Docs\Hospice LifeCare</label>
							<icon1>#folder</icon1>
							<function type="normal">
								<instruction>Go &quot;T:\Jim&apos;s Docs\Hospice LifeCare&quot; FOLDERCONTENT=dblclickmenu,nofiles NEWTAB=findexisting</instruction>
							</function>
						</button>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" textcol="none" type="three_button">
					<label>MHRBWH&gt;</label>
					<icon1>#JEG_Icons_(32px_&amp;_24px):MHRBWH</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>MHRBWH Meetings</label>
						<tip>MHRBWH Meetings</tip>
						<icon1>#MHRBWH</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Jim&apos;s Docs\MHRBWH&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
						<label>MHRBWH</label>
						<icon1>#MHRBWH</icon1>
						<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
							<label>T:\Jim&apos;s Docs\MHRBWH</label>
							<icon1>#folder</icon1>
							<function type="normal">
								<instruction>Go &quot;T:\Jim&apos;s Docs\MHRBWH&quot; FOLDERCONTENT=dblclickmenu,nofiles NEWTAB=findexisting</instruction>
							</function>
						</button>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
						<label>MHRBWH</label>
						<icon1>#MHRBWH</icon1>
						<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
							<label>T:\Jim&apos;s Docs\MHRBWH</label>
							<icon1>#folder</icon1>
							<function type="normal">
								<instruction>Go &quot;T:\Jim&apos;s Docs\MHRBWH&quot; FOLDERCONTENT=dblclickmenu,nofiles NEWTAB=findexisting</instruction>
							</function>
						</button>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" separate="yes" textcol="none" type="three_button">
					<label>NAMI&gt;</label>
					<icon1>#NAMI</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>NAMI Board Monthly Meeting</label>
						<tip>NAMI Board Monthly Meeting</tip>
						<icon1>#NAMI</icon1>
						<function type="normal">
							<instruction>Go PATH=&quot;T:\Jim&apos;s Docs\NAMI\NAMI Board\Board Meetings\2025&quot; NEWTAB=findexisting</instruction>
						</function>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
						<label>NAMI Board</label>
						<icon1>#NAMI</icon1>
						<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
							<label>T:\Jim&apos;s Docs\NAMI\NAMI Board</label>
							<icon1>#folder</icon1>
							<function type="normal">
								<instruction>Go &quot;T:\Jim&apos;s Docs\NAMI\NAMI Board&quot; FOLDERCONTENT=dblclickmenu,nofiles NEWTAB=findexisting</instruction>
							</function>
						</button>
					</button>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
						<label>NAMI</label>
						<icon1>#NAMI</icon1>
						<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
							<label>T:\Jim&apos;s Docs\NAMI</label>
							<icon1>#folder</icon1>
							<function type="normal">
								<instruction>Go &quot;T:\Jim&apos;s Docs\NAMI&quot; FOLDERCONTENT=dblclickmenu,nofiles NEWTAB=findexisting</instruction>
							</function>
						</button>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" hotkey_label="yes" icon_size="large" label_pos="right" separate="yes" textcol="none">
					<label>Fa&amp;vorites Bar</label>
					<icon1>#favoritesbar</icon1>
					<function type="normal">
						<instruction>Toolbar NAME=&quot;Favorites Bar&quot; STATE=top LOCAL=no TOGGLE</instruction>
					</function>
				</button>
			</button>
			<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none" type="three_button">
				<label>&lt;b&gt;Quick Links&gt;</label>
				<icon1>#Quick Links</icon1>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
					<label>Quick Links</label>
					<icon1>#folder</icon1>
					<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
						<label>Quick Links</label>
						<tip>Folder of Links to Folders</tip>
						<icon1>#file</icon1>
						<function type="normal">
							<instruction>Go &quot;T:\Active\Quick Links&quot; FOLDERCONTENT=resolvedirlinks NEWTAB=findexisting</instruction>
							<instruction>//Go &quot;T:\Active\Quick Links&quot; FOLDERCONTENT NEWTAB=findexisting</instruction>
						</function>
					</button>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Add a Selected File or Folder to Quick Links</label>
					<icon1>#folder</icon1>
					<function type="normal">
						<instruction>@disablenosel</instruction>
						<instruction>Copy MAKELINK TO &quot;T:\Active\Quick Links&quot;</instruction>
					</function>
				</button>
				<button 3dborders="no" backcol="none" display="label" icon_size="large" label_pos="right" textcol="none">
					<label>Delete or Rename Files or Folders in Quick Links</label>
					<tip>Delete or Rename Files or Folders in Quick Links</tip>
					<icon1>#folder</icon1>
					<function type="normal">
						<instruction>Go &quot;T:\Active\Quick Links&quot; NEWTAB=findexisting</instruction>
					</function>
				</button>
			</button>
		</button>
		<button 3dborders="no" backcol="#5c5c5c" display="both" label_pos="right" separate="yes" textcol="#c0c0c0">
			<label>Backlist</label>
			<tip>History</tip>
			<icon1>#foldertree</icon1>
			<function type="normal">
				<instruction>@toggle:disable</instruction>
				<instruction />
				<instruction>Go BACKLIST=namesonly HEADING</instruction>
			</function>
		</button>
		<button 3dborders="no" backcol="#006a88" display="both" icon_size="large" label_pos="right" separate="yes" textcol="#ffffff">
			<label>Tabs</label>
			<icon1>#foldertree</icon1>
			<function type="normal">
				<instruction>@toggle:disable</instruction>
				<instruction />
				<instruction>Go TABLIST=&quot;icons,namesonly&quot; HEADING</instruction>
			</function>
		</button>
		<button backcol="none" display="label" field_type="label" size="full" textcol="none">
			<label>&lt;b&gt;Groups&lt;/b&gt;</label>
			<icon1>#label</icon1>
			<function type="normal">
				<instruction>Set LABEL</instruction>
			</function>
		</button>
		<button 3dborders="no" backcol="#006a88" display="label" icon_size="large" label_pos="right" popout="right" textcol="none" type="menu">
			<label>Tab Groups List</label>
			<icon1>#DOpus9:foldertabgrouplist</icon1>
			<button 3dborders="no" backcol="none" display="label" icon_size="large" textcol="none">
				<label>Tab Groups List</label>
				<icon1>#DOpus9:foldertabgrouplist</icon1>
				<function type="normal">
					<instruction>Go TABGROUPLIST=keys</instruction>
				</function>
			</button>
		</button>
		<button backcol="none" display="label" field_type="spacer" size="full" textcol="none">
			<label>Spacer</label>
			<icon1>#spacer</icon1>
			<function type="normal">
				<instruction>Set SPACER</instruction>
			</function>
		</button>
		<button 3dborders="no" backcol="none" display="both" icon_size="large" label_pos="right" textcol="none">
			<label>\tClose</label>
			<icon1>#Cross</icon1>
			<function type="normal">
				<instruction>Toolbar Local Close Name=*this</instruction>
				<instruction>Set LISTERSIZE=-{dpi|75},-{dpi|75}</instruction>
			</function>
		</button>
	</buttons>
</toolbar>


1 Like

Funny how this topic remains relevant. At the time I wrote my “An Alternative Directory Tree” article (mentioned by @jinsight above ) I had missed this thread, which had started just days before mine. I would never formulate it the way @FromTheEdge did, but I can see why a Mac user may find Windows very off-putting. I got myself tired of the all-too-technical and rather unpractical directory tree approach, so I simply disabled it, replacing with a vertical toolbar.

However, after months of using it, I missed some aspects of the windows directory tree approach. I needed a kind of “local tree” for certain locations - which I solved with my “Alternative Folder Selector” , adding 6 or 7 buttons to this vertical toolbar, all pointing to those folders where I wanted to quickly get a view on its subfolder structure. (I soon moved those buttons to another, horizontal, toolbaar though, because those 7 buttons consumed too much space in my vertical toolbar).

For the moment, I’m perfectly fine with those two solutions combined. I did try to make a vertical toolbar with the most often accessed folder names and make these “expandable” (sort of the perfect combination of both solutions described above) but I gave up - the toolbar has a lot of options, but its “programmability level” is very limited, not to say non-existing. If, however, a dialog could be locked to Opus the way a toolbar can - or be integrated within a toolbar - then it could be done.

But honestly, I have no particular need for such perfection. Directory Opus being in its current state, “two degrees below perfection” so to speak, is more than good enough.

2 Likes