Page 1 of 1

FindFiles - copy filenames to clipboard

Posted: 2019-10-14, 09:44 UTC
by wanderer
It would be very helpful if in the "find files" window, there was a way to copy the selected filename (with or without path) or all filenames (with or without path) to clipboard.

Re: FindFiles - copy filenames to clipboard

Posted: 2019-10-14, 10:21 UTC
by Stefan2
Use [Feed to Listbox] on the search result to get a "normal" List view with all possiible features.


That?


 

Re: FindFiles - copy filenames to clipboard

Posted: 2019-10-14, 11:42 UTC
by MVV
Single file path may be copied wia system context menu (that opens when Shift key is held) 'Copy as path' item.

Re: FindFiles - copy filenames to clipboard

Posted: 2019-10-14, 19:01 UTC
by HolgerK
all filenames (with path):
- do a search
- focus the search result
- press <Ctrl+C>
-> The caption bar will flash once and all files will be copied (including path) into clipboard.
(FullTC)History.txt wrote:11.09.02 Release Wincmd 5.50 Beta 1
10.09.02 Added: Search function: Ctrl+C or Ctrl+Insert in result list copies whole list to clipboard
HTH
Holger

Re: FindFiles - copy filenames to clipboard

Posted: 2019-10-14, 19:29 UTC
by tuska
Find Files (files or folders)
Feed to listbox
Mark entry/entries

Code: Select all

cm_CopyNamesToClip	filenames or foldernames	   SHIFT+I (self-defined)
cm_CopyNetNamesToClip	filenames or foldernames + path    SHIFT+K (self-defined)