Eliminate CreateDirAction

Issue #6 wontfix
Patrick Patrick repo owner created an issue

To backup files out of order I need to remove the DirectoryAction, CreateDirAction, and related constructs. That construct forces the ActionRunnerController to work recursively, directory by directory.

This must be worked before issue #2.

Comments (3)

  1. Patrick Patrick reporter

    Having made a first attempt at this, I don't think its a good idea or even feasible. Without this action it gets more difficult to create nested files. It can be done by giving a file a name with / but that's kind of cheating -- there are still directories. That actually just makes creating directories implicit, they don't go away.

  2. Log in to comment