ID:804400
 
Code:
none


Problem description:i want to search a folder to find more folders that are not predetermind like i cant do if(fexists("lol/lolcake")) i need to search a folder to find all of the folders that is in that onde folder
e.g.
folder1
folder2
folder3
folder4
folder5

if i search folder1 it will create a list that has folders 2,3,4,5 in it,

what builtin proc might i use for this?
and/or
how do i find if its a directory?


flist() is the proc you want.
thank you :D
now time to try to get the files in the folder :o