getActionJournalLogFiles method

NSArray getActionJournalLogFiles()

Get the list of action journal log files from oldest to newest.

@return An array of log file paths.

Implementation

objc.NSArray getActionJournalLogFiles() {
  final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_getActionJournalLogFiles);
  return objc.NSArray.castFromPointer(_ret, retain: true, release: true);
}