Skip to content

Remove FILE_SUFFIX from DirListCSV task? #56

@pjotrek-b

Description

@pjotrek-b

Currently, the file suffix of the listings created during the DirListCSV task is hard-coded:

const FILE_SUFFIX = 'csv';

I think this is not really helpful, and it'd be better to take the "DIRLIST_FILE" argument /as-is/, instead of requiring another constant and concat, like it is now:

$fileName = $this->dirListFile .'.'. self::FILE_SUFFIX;

NOTE: Changing this would break backwards compatibility with existing cinbox.ini files!
Trivial, but still incompatible.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions