Function FileDialog.compareItemsByTimestampDesc

predicate for sorting items - TIMESTAMP DESC

static bool compareItemsByTimestampDesc(
  ref std.file.DirEntry item1,
  ref std.file.DirEntry item2
);