dougal85 Posted May 6, 2006 Share Posted May 6, 2006 I've done a directory listing, but i only want it to show certain file types. I cant figure out how to find the file extension?The only function i have found is filetype() but it returns directory/files etc. rather than the extension.is the only way to do it by examining the name and putting out the extension? Not quite sure how to do that either... thanks for the help Quote Link to comment Share on other sites More sharing options...
dougal85 Posted May 6, 2006 Author Share Posted May 6, 2006 [!--quoteo(post=371808:date=May 6 2006, 02:04 PM:name=Dougal Matthews)--][div class=\'quotetop\']QUOTE(Dougal Matthews @ May 6 2006, 02:04 PM) [snapback]371808[/snapback][/div][div class=\'quotemain\'][!--quotec--]I've done a directory listing, but i only want it to show certain file types. I cant figure out how to find the file extension?The only function i have found is filetype() but it returns directory/files etc. rather than the extension.is the only way to do it by examining the name and putting out the extension? Not quite sure how to do that either... thanks for the help[/quote]got it ! :)[a href=\"http://uk.php.net/pathinfo\" target=\"_blank\"]http://uk.php.net/pathinfo[/a] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.