Creates a directory, including parent directories, if necessary.
USAGE:
mkfulldir( $Path );
$Path is a string representing the directory to be created. If $Path does not end in a "/" or "\", mkfulldir assumes that $Path contains a filename and will strip off that filename.