if (!file_exists(__PROJECT__ . '/forms')) {
            // Did the user move the __INCLUDES__ directory out of the docroot?
            $obj = new QInstallationValidationResult();
            $obj->strMessage = 'Create the "' . __PROJECT__ . '/forms"' . ' directory.';
            $obj->strCommandToFix = "mkdir " . __PROJECT__. '/forms';