This implements a recursive file conversion option. If you test it, I believe you could actually replace the non-recursive (i.e. single folder) with the recursive version and have identical behavior (it's just recursing over one folder).
Note that this REQUIRES the new directory to NOT EXIST. It has to do with the utility I used to copy the full sub-directory. This reduces the confusion/difficulty in finding the correct, modified file paths for converting.
This implements a recursive file conversion option. If you test it, I believe you could actually replace the non-recursive (i.e. single folder) with the recursive version and have identical behavior (it's just recursing over one folder).
Note that this REQUIRES the new directory to NOT EXIST. It has to do with the utility I used to copy the full sub-directory. This reduces the confusion/difficulty in finding the correct, modified file paths for converting.