Skip to content

Converters with %DEST% delete output before reading it #136

@grawity

Description

@grawity

As a workaround for #135, I tried to avoid the use of stdout by replacing %DESTEXT%:- with %DEST%, but this didn't work because WebOne deletes the converted output file as soon as the conversion is done, before trying to read it.

On Linux, the simplest fix would be to open the file, then delete it, then return the opened stream (and the OS will properly delete it when the stream is closed). This probably won't for Windows, though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingformat convertingIssues related to file format converting

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions