Ups, jetzt hab ich zweimal das gleiche genannt. Hinter dem "oder" meinte ich als zweite Alternative
<?php
foreach (glob("Artikel/*.php") as $filename) {
echo $filename . '<br>'; }
$last = count($_globresult)-1;
echo (isset($_globresult[$last]?:''));
?>