How to copy each column's info?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
huhiha
Posts: 26
Joined: 11 Oct 2018 04:35

How to copy each column's info?

Post by huhiha »

I have enabled a Special Property column CRC32. So how do I copy this CRC32 value?
Is there a way to copy full infomation of a file/files?

highend
Posts: 13308
Joined: 06 Feb 2011 00:33

Re: How to copy each column's info?

Post by highend »

By scripting it (if only specific information is needed), e.g.:
text report("{fullname} | CRC32: {crc32}<crlf>", 1);

or by using the right click context menu on a file:
"To Clipboard -> Selected List Row(s)"
"To Clipboard -> All List Rows"
One of my scripts helped you out? Please donate via Paypal

admin
Site Admin
Posts: 60526
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: How to copy each column's info?

Post by admin »

To copy an individual cell: Ctrl+Right-Click the cell.

huhiha
Posts: 26
Joined: 11 Oct 2018 04:35

Re: How to copy each column's info?

Post by huhiha »

Thanks for all the replies! They all work. :tup:

Post Reply