Deprecation: #95367 - GeneralUtility::isAbsPath() 

See forge#95367

Description 

The low-level TYPO3 API method TYPO3\CMS\Core\Utility\GeneralUtility::isAbsPath() has been marked as deprecated.

Impact 

Calling the method in your own PHP code will trigger a PHP E_USER_DEPRECATED error.

Affected Installations 

TYPO3 installations with custom extensions calling this PHP method are affected. You can check if you are affected via the Extension Scanner tool provided in the Install Tool.

Migration 

Replace any calls to GeneralUtility::isAbsPath() with the exact equivalent TYPO3\CMS\Core\Utility\PathUtility::isAbsolutePath() which checks for the same input.