35 \
Magento\Framework\Stdlib\DateTime\DateTime $date,
38 parent::__construct($context);
65 throw new \Magento\Framework\Exception\LocalizedException(
66 __(
'The "%1" file doesn\'t exist. Verify the file and try again.', $fullPath)
70 throw new \Magento\Framework\Exception\LocalizedException(
__(
'File %1 is not readable', $fullPath));
74 $directory = dirname(
$path);
75 if ($directory ==
'.') {
80 'filename' => basename(
$path),
82 'update_time' => $this->_date->date(),
83 'directory' => $directory