``` # @186 string FileLister snippet $fileArray['extension'] = strtolower(pathinfo($fileArray['path'],PATHINFO_EXTENSION)); # @234 string feoheaders.class.php $extension = strtolower(pathinfo($file,PATHINFO_EXTENSION)); ```