getPathDirectory
array public \Bitrix\Seo\SitemapFile::getPathDirectory( );
Метод возвращает директорию, в которой хранятся файлы карты сайта, начиная от корня. Если файлы хранятся в корне - вернёт "/". Метод нестатический.
Без параметров
Примеры
$arSitemapSettings = array( 'SITE_ID' => $arSitemap['SITE_ID'], 'PROTOCOL' => $arSitemap['SETTINGS']['PROTO'] == 1 ? 'https' : 'http', 'DOMAIN' => $arSitemap['SETTINGS']['DOMAIN'], ); $sitemapFile = new SitemapRuntime( $PID, $arSitemap['SETTINGS']['FILENAME_FILES'], $arSitemapSettings ); $directory = $sitemapFile->getPathDirectory( );
© «Битрикс», 2001-2024, «1С-Битрикс», 2024