Ensures that the directory exists. If the directory structure does not exist, it is created. Like mkdir -p.
mkdir -p
Aliases: mkdirsSync(), mkdirpSync()
mkdirsSync()
mkdirpSync()
dir
<String>