val path = configurable.configPath.apply { if (!Fi...
# tornadofx
t
val path = configurable.configPath.apply { if (!Files.exists(parent)) Files.createDirectories(parent) } Why check? it doesn't throw an exception if the directory exists (due to the s after createDirectorie) Component[81]