LastSavedBy property Column

Features wanted...
Post Reply
bababarghi
Posts: 22
Joined: 01 May 2014 01:40

LastSavedBy property Column

Post by bababarghi »

I would love to see "LastSavedBy" column if that is possible.

highend
Posts: 14954
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: LastSavedBy property Column

Post by highend »

I doubt that this gets implemented (soon), but what you could do:

Add a custom column, use this script:

Code: Select all

$exifTool = "D:\Tools\@Command Line Tools\exiftool\exiftool.exe";
    return trim(runret("""$exifTool"" -s -s -s -lastmodifiedby ""<curitem>"""), <crlf>, "R");
Ofc you need to adapt the path and get the cli version of exiftool for this...

Use e.g.
doc;docx;xls;xlsx;ppt;pptx
for the item filter...
One of my scripts helped you out? Please donate via Paypal

Post Reply