Skip to content

Should AbstractSopCmd.getOutput() create output files parent directories? #9

@vanitasvitae

Description

@vanitasvitae

Right now, getOutput() will perform sanity checks for the requested output file, however, if everything is okay it will merely call file.createNewFile() before returning a FileOutputStream for it.
It does however not create any missing parent directories.

Perhaps it should?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcliAffects the sop-java-picocli implementationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions