I cannot figure out how to check for a constructor using respondsTo. If I had the following

   class ABC {
      ABC(String s, File f) {}
   }

How can I use respondsTo to see if the constructor exists?

--
Schalk W. Cronjé
Twitter / Ello / Toeter : @ysb33r

Reply via email to