Hi Srdjan,
> How I can get list of subfolders?
Are you asking how to identify directories in a Directory() result? If
so, loop through the array and check if the attributes include a "D".
If you are asking how to get a recursive list of all files in all
subdirectories, hb_DirScan() will do what you want. The hb_DirScan()
syntax is:
aResult := hb_DirScan( cFilePath, cMask, cAttr )
Regards,
Klas