hey guys =)
for a new project i need a filebrowser like FileSelectFolder() but i need it selfmade as a TreeView... so im looking for a system wich loops all drives (DriveGetDrive("FIXED"), creates main trees with them (easy), loops all files and folders inside of them puts them as sub treeviews (easy too), finds out wich files of them are folders (FileGetAttrib ("DIRECTORY")) get all files inside of them and puts them in treeview and loop the folders again as subtrees etc etc etc and so on...