ahh, some possible confusion... you have to be careful on how you define your source...

for eample, when i use "c:\program fiels" VS "c:\program files\" you have to watch out for that trailing "\" because it will throw off the subfolder count in the select case statements... wiht the trailing "\" your select case statmetns are 0,1,2 with out the trailing "\" your select case statments are 1,2,3