So far this is what I have, and I can select one folder under Students, but I would like to select multiple folders and store them in a variable that I can read later. From what I can tell from the help file this isn't going to do that for me, but its all that I could come up with so far.
$var = FileSelectFolder("Choose a folder(s).", "C:\Students" )
MsgBox(4096, "Test", ""& $var &"", 10)
Any help would be appreciated,
Mike