Hello, is it in any way possible to retrieve the list of directories within a given directory and store it into a variable? I'm looking for something like FILE(GLOB ... ) or FILE(GLOB_RECURSE...) that collects directory names instead of files. Thanks in advance Timo