GLOB showing all files???
Posted: Sat Dec 31, 2005 1:00 pm
This is what I have thus far...
But it doesnt show files without extensions???
I've tried *. and .* and neither produces all files, regardless of file extension or lack thereof...
Any ideas???
Cheers
Code: Select all
$arr_files = glob("$path/*.*");I've tried *. and .* and neither produces all files, regardless of file extension or lack thereof...
Any ideas???
Cheers