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!
Copy full path including properties (or as displayed)
Re: Copy full path including properties (or as displayed)
For as displayed:
/copy
For example:
Create a bookmark with the following search:
- In Everything, from the File menu, under the Copy Property submenu, click Copy as TSV.
/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:
Re: Copy full path including properties (or as displayed)
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
>
Once again, many thanks!
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!