createDirectories
Creates a directory and all parent directories if needed. This operation is idempotent and thread-safe.
Parameters
path
Directory path to create
Throws
IOException
if directory creation fails
Creates a directory and all parent directories if needed. This operation is idempotent and thread-safe.
Directory path to create
if directory creation fails