Skip to content

recursive parent directory creation only applies mode/opts to leaf directory #34

Description

@elliot42

If you tell mcv.file.mkdir to create:

  • /opt/foo/bar/baz

And it has to create foo, bar, and baz, it'll only apply the given options (mode, owner, group, etc) to baz, and not to foo and bar. Expect that it would apply to all those created, or have some more sophisticated pathing tree (e.g. through treant) that would specify the perms of each level.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions