function __construct()
 {
     $this->_currentFolder =& CKFinder_Connector_Core_Factory::getInstance("Core_FolderHandler");
     $this->_connector =& CKFinder_Connector_Core_Factory::getInstance("Core_Connector");
     $this->_errorHandler =& $this->_connector->getErrorHandler();
 }