Code
$path = FileSelectFolder($message, "C:\Program Files (x86)\test")
$FileList = _FileListToArray($path)
$var = UBound($FileList)
msgbox(1, "test", $var)
When I right click the file, it says there are 1245 folders. Though, $var reports 989, and when I print the array it is skipping a bunch of files.
Am I overlooking something here?