Recursively creates the directory specified by the provided path.
@return trueif the directories either already existed or have been created successfully,false otherwise
@throws IOException thrown if an error occurred while creating the directory/directories
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.