|
CInbox (Common-Inbox)
0.1
Common functionality for ingesting files for archiving.
|
Public Member Functions | |
| run () | |
| getFilename () | |
Static Public Member Functions | |
| static | getDirListAsCSV ($dirList) |
Public Attributes | |
| const | TASK_LABEL = 'Directory listing (CSV)' |
| const | FILE_SUFFIX = 'csv' |
Static Protected Attributes | |
| static | $formatFileTime = DateTime::ISO8601 |
Saves a directory listing in CSV format. It adds the file suffix 'self::FILE_SUFFIX', which defaults to "csv". Relies on TaskDirListing to create a list of files/folders of this item.
Returns the actual filename (including path) for the directory listing.
Perform the actual steps of this task.
Reimplemented from TaskDirListing.
1.7.6.1