The output option for sub-folder replace the relative path instead of being inserted

Issue #60 resolved
Former user created an issue

Original [issue 60](https://code.google.com/p/okapi/issues/detail?id=60) created by @ysavourel on 2009-04-27T19:22:12.000Z:

When specifying a sub-folder in the Rainbow output, the sub-folder is used to replace the relaive path instead of being inserted between the root and the relative path as described in the documentation.

input: /home/test/sub1/file.ext sub-folder=extra root=/home/test

output: /home/test/extra/file.ext expected: /home/test/extra/sub1/file.ext

Comments (1)

  1. Log in to comment