Copy full path including properties (or as displayed)

Discussion related to "Everything" 1.5.
Post Reply
eswul62
Posts: 167
Joined: Wed Jul 31, 2013 6:07 am

Copy full path including properties (or as displayed)

Post by eswul62 »

Sometimes I would like to copy the full path including size, date modified
(or, maybe, as an alternative: copy full path 'as displayed'
in my case: name, path, size, full path length, date modified, extension, type)

or allow to select multiple properties in "Copy properties"

Thanks!
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Copy full path including properties (or as displayed)

Post by void »

For as displayed:
  • In Everything, from the File menu, under the Copy Property submenu, click Copy as TSV.
For more control, please try:

/copy

For example:
Create a bookmark with the following search:

Code: Select all

/copy $name:,$path:,$size:,$full-path-length:,<FORMATFILETIME:$date-modified:>,$extension:,$type:
eswul62
Posts: 167
Joined: Wed Jul 31, 2013 6:07 am

Re: Copy full path including properties (or as displayed)

Post by eswul62 »

Wow !

This is great, many thanks indeed.

I checked out the '"/copy" section and also noticed headers could be copied (?)

section: "/copy-header [header-text]"

Added a new bookmark reading

Code: Select all

/copy-header full-path:, size (bytes):, date modified
/copy $full-path:,$size:,<FORMATFILETIME:$date-modified:
>

Once again, many thanks!
Post Reply