Move Metadata.json to output folder if output folder is unspecified
Summary
If the output folder is not specified, the metadata.json is created in the current working directory, instead of the created output folder.
Environment
- FAME-Io version:
3.5.0
Steps to reproduce
-
convertFameResultswithout specifying the output folder (and not suppressing metadata)
Expected result:
metadata.json should be created in the newly create output folder
Actual result:
metadata.json is created in the current wordking directory.