View Single Post
Old 03-07-2004, 03:34 AM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

Just a thought, you may want to add "-nocomplain" to your ioIsotopeHelper (ioIsotope.itcl) directory listing function.

set result [glob $dir] Becomes: set result [glob -nocomplain $dir]

In case the directory doesn't contain any items. I noticed a few entries in my SystemError.log relating to it.

Great work so far.
neoxed is offline   Reply With Quote