Welcome Guest, Not a member yet? Register   Sign In
Getting Folders in A Directory
#8

[eluser]xwero[/eluser]
why not use glob
Code:
$parent = FCPATH.'/content/themes/';

$children = glob($parent.'*',GLOB_ONLYDIR);
// remove parent path
foreach($children as $i=>$child){ $children[$i] = str_replace($parent,'',$child); }
If you use your code close the handle.


Messages In This Thread
Getting Folders in A Directory - by El Forum - 03-23-2009, 07:05 PM
Getting Folders in A Directory - by El Forum - 03-23-2009, 07:23 PM
Getting Folders in A Directory - by El Forum - 03-23-2009, 07:27 PM
Getting Folders in A Directory - by El Forum - 03-23-2009, 07:28 PM
Getting Folders in A Directory - by El Forum - 03-23-2009, 07:59 PM
Getting Folders in A Directory - by El Forum - 03-23-2009, 08:06 PM
Getting Folders in A Directory - by El Forum - 03-24-2009, 06:47 PM
Getting Folders in A Directory - by El Forum - 03-24-2009, 07:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB