how do i using glob
get the folder list in a directory that is underthe directory i work cyurrent iin the path \images\section\ few folders here
thnaks in advance
peleg
glob an linux
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
$dirs = glob('/path/*', GLOB_ONLYDIR);- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
LOCKED:
how can i get a directory list?