Is there a way to create a directory and also its ...
# intellij-plugins
p
Is there a way to create a directory and also its parents if they are missing? I tried doing that with
PackageUtil.findOrCreateDirectory()
but I end up realizing that I should iterate on every parent directory before finally reaching the one where I want to place a newly created file!