View Single Post
Old 12-11-2007, 11:40 PM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default How to get rid of the dots? in dir class

I cannot seem to remove the dots from dir()
you know when you want to show all the files in the current directory, well I tried all the substr functions, explode, str_replace, etc, won't get removed. D; Anyone know how?

.E.G :
.
index.php
..

There are three dots like that, how do I get rid of them?
Orc is offline  
Reply With Quote