inline fun Path.createDirectoryIfNotExists(vararg fileAttributes: FileAttribute<*>): Path
Delegates to createDirectory and swallows a potential java.nio.file.FileAlreadyExistsException.