pkbFiles.sort(function (a, b) {
          // XXXX-XX-XX.txt
          return (a.substr(a.length - 14) < b.substr(b.length - 14) ? -1 : 1);
        });