LastSavedBy property Column
-
bababarghi
- Posts: 22
- Joined: 01 May 2014 01:40
LastSavedBy property Column
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
I doubt that this gets implemented (soon), but what you could do:
Add a custom column, use this script:
Ofc you need to adapt the path and get the cli version of exiftool for this...
Use e.g.
for the item filter...
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");
Use e.g.
doc;docx;xls;xlsx;ppt;pptxfor the item filter...
One of my scripts helped you out? Please donate via Paypal
XYplorer Beta Club