Ticket #70 (closed defect: fixed)
Cook writes to wrong destination when final (back)slash in directory is missing
| Reported by: | UdoBorkowski | Owned by: | GeorgVictorVoutsinos |
|---|---|---|---|
| Priority: | minor | Milestone: | Tools 1.1 |
| Component: | tools | Version: | |
| Severity: | low | Keywords: | |
| Cc: |
Description
Regarding Cook 0.9.3 (rev 136):
When specifying the destination directory for Cook without the trailing slash/backslash a wrong path is used.
Example: this command line:
cook tiddlywiki.html.recipe -d d:\mytw
creates the output file
d:\mytwtiddlywiki.html
rather than
d:\mytw\tiddlywiki.html
Cook should be more robust and always assume the given destination path refers to a directory (and automatically append the slash/backslash, if necessary)
Change History
Note: See
TracTickets for help on using
tickets.
