i recursively add subdirectories in a combobox.... and when selecting a subdirectory from the combobox ... the files in the subdirectory(using filesystemobject to getfolder and get the files from it) is displayed in a listbox.... the problem is that it seems that for some users, they get the error message

"path not found"..... i think it's surely related with this line of code
VB Code:
  1. dim fso as new filesystemobject
  2. fso.getfolder(combo1.list(combo.listindex))

for me and some other users, everything works fine but for some users...they get "path not found".. one of the users havin this prob told me he found that in the combobox,
instead of the "/" there is a symbol instead....!!! it's probably what is causing the problem....

i was using "@Arial Unicode MS" font in the combobox before, so i changed to "Arial" ..looks like for some it's ok now but there are still people getting the "path not found" problem....

any idea wat's the prob???