OK - as usual, it is very simple when you know how to do it. I thought it would be a file property, but it is not - it is a basket property.
So, as soon as the link to the basket was received:
var Shl = new Shell(); Folder Recycler = Shl.NameSpace(10); FI = Recycler.Items().Item(0); string FileName = Recycler.GetDetailsOf(FI, 0); string FilePath = Recycler.GetDetailsOf(FI, 1); string RecyleDate = Recycler.GetDetailsOf(FI, 2);
The date of the last modification is a separate property that refers exclusively to the deleted file.
source share