jespino / inkscape-export-layers

MIT License
40 stars 19 forks source link

Fix Windows file write permission issue #9 #10

Open dmitry-t opened 6 years ago

dmitry-t commented 6 years ago

Since on Windows a temporary file cannot be reopened (so an Inkscape process cannot open such file for writing), the solution is to create a temporary directory instead and create named files there. See #9 for more info.