• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/compiler.php
  • Класс: BitrixSaleLocationImportCompilerCompiler
  • Вызов: Compiler::cleanOutput
public function cleanOutput()
{
	$file = $_SERVER['DOCUMENT_ROOT'].$this->workDir.self::OUTPUT_FILE;

	if(is_readable($file))
		unlink($file);
}