getDirectoryPath("log"); Context::getEnvironment()->addFilePath("log.job", $logPath."/job.log"); // %% FS Exchange Files Context::getEnvironment()->addDirectoryPath("comunication", "/jobComunication"); Context::getEnvironment()->addFilePath("comunication.shutdown", Context::getEnvironment()->getDirectoryPath("comunication")."/shutdown" ); Context::getEnvironment()->addFilePath("comunication.execution", Context::getEnvironment()->getDirectoryPath("comunication")."/execution" ); Context::getEnvironment()->addFilePath("comunication.idle", Context::getEnvironment()->getDirectoryPath("comunication")."/idle" ); ?>