• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/composite/data/filestorage.php
  • Класс: BitrixMainCompositeDataFileStorage
  • Вызов: FileStorage::getSize
public function getSize()
{
	if ($this->cacheFile && $this->cacheFile->isExists())
	{
		try
		{
			return $this->cacheFile->getSize();
		}
		catch (Exception $exception)
		{

		}
	}

	return false;
}