Function FileDialog.compareItemsByTimestamp

predicate for sorting items - TIMESTAMP

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