create Or Exists Dir
Create a directory if it doesn't exist, otherwise do nothing.
Return
{@code true}
: exists or creates successfully{@code false}
: otherwise
Parameters
dirPath
The path of directory.
Create a directory if it doesn't exist, otherwise do nothing.
Return
{@code true}
: exists or creates successfully{@code false}
: otherwise
Parameters
file
The file.