Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Create Output Directories if Don't Exist (#9)
* Replaced NotEmpty Check with Negated Empty Check * Fix: Changed IN_PATH to F_DIR for IN_DIR Without Wild Card IN_PATH would be empty if the IN_DIR is an actual directory and not a wild card. Therefore, it is important to be equal to F_DIR in order to be removed when adding the Sub Directory for the Output Directory * Fix: Create Nested Directory Output if Doesn't Exist
- Loading branch information