10851
General Software Discussion / Re: Directory Opus 9
« Last post by tomos on June 12, 2007, 02:42 AM »here's a "Button" for DO8 -
Left click: Copies full path names of selected file(s)
Right click: Copies names of selected file(s)
You may want to tweak it a bit for icon etc.
In case:- to add to toolbar -
right click toolbar > customise
right click toolbar again > paste
right click button to edit
Dont know where I picked that up - definitely from or with help of the DO forums
http://resource.dopus.com
Left click: Copies full path names of selected file(s)
Right click: Copies names of selected file(s)
<?xml version="1.0"?>
<button display="label" effect="saturate" min_width="yes" type="three_button">
<guid>{2B47C5A8-F9FE-4E2B-A7A0-C777A25AB839}</guid>
<label>path</label>
<icon1>10</icon1>
<button display="label" effect="gray" label_pos="bottom" separate="yes">
<guid>{F5EA265F-4D8B-41FB-9C85-9E819C68122C}</guid>
<tip>Copies the full pathnames of all selected files</tip>
<icon1>84</icon1>
<function type="normal">
<instruction>Clipboard COPYNAMES</instruction>
</function>
</button>
<button display="label" effect="gray" label_pos="bottom">
<guid>{7FD5D71A-AFD9-486C-85B9-BA1D56D6AC4E}</guid>
<tip>Copies the names of all selected files to the clipboard</tip>
<icon1>84</icon1>
<function type="normal">
<instruction>Clipboard COPYNAMES=nopaths </instruction>
</function>
</button>
</button>
<button display="label" effect="saturate" min_width="yes" type="three_button">
<guid>{2B47C5A8-F9FE-4E2B-A7A0-C777A25AB839}</guid>
<label>path</label>
<icon1>10</icon1>
<button display="label" effect="gray" label_pos="bottom" separate="yes">
<guid>{F5EA265F-4D8B-41FB-9C85-9E819C68122C}</guid>
<tip>Copies the full pathnames of all selected files</tip>
<icon1>84</icon1>
<function type="normal">
<instruction>Clipboard COPYNAMES</instruction>
</function>
</button>
<button display="label" effect="gray" label_pos="bottom">
<guid>{7FD5D71A-AFD9-486C-85B9-BA1D56D6AC4E}</guid>
<tip>Copies the names of all selected files to the clipboard</tip>
<icon1>84</icon1>
<function type="normal">
<instruction>Clipboard COPYNAMES=nopaths </instruction>
</function>
</button>
</button>
You may want to tweak it a bit for icon etc.
In case:- to add to toolbar -
right click toolbar > customise
right click toolbar again > paste
right click button to edit
Dont know where I picked that up - definitely from or with help of the DO forums

http://resource.dopus.com