• Модуль: clouds
  • Путь к файлу: ~/bitrix/modules/clouds/lib/filehash.php
  • Класс: BitrixCloudsFileHashTable
  • Вызов: FileHashTable::validateFilePath
static function validateFilePath()
{
	return [
		new LengthValidator(null, 760),
	];
}