SciProgCentre / plotly.kt

An interactive Kotlin wrapper for plotly visualization tools
https://sciprogcentre.github.io/plotly.kt/
Apache License 2.0
149 stars 21 forks source link

[Issue] Create parent directories when creating file in non-existent tree #26

Closed dector closed 4 years ago

dector commented 4 years ago

If user is trying to export plot to /home/user/myproject/Plot.html but directory ~/myproject does not exists - we should create it instead of failing with exception.

altavir commented 4 years ago

Noted. Thanks.

altavir commented 4 years ago

Fixed in 19e4e10