Composing the output_uri_replace value from the base URI of the input_file_path is convenient, but on Windows this results in backslashes in the output_uri_replace value which causes errors. Might be reasonable to translate 's into /'s in the Windows case automatically.
Composing the
output_uri_replacevalue from the base URI of theinput_file_pathis convenient, but on Windows this results in backslashes in theoutput_uri_replacevalue which causes errors. Might be reasonable to translate 's into /'s in the Windows case automatically.