Join Slack
Communities
Powered by
val path = configurable.configPath.apply { if (!Fi...
# tornadofx
t
tieskedh
04/17/2018, 7:55 PM
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]
Open in Slack
Previous
Next