31 Jan
2005
31 Jan
'05
8:40 a.m.
matthias wrote:
However I am getting a strange error when I start my app: When iterating through a directory I suddenly get the message: Aborted.
Most likely, an exception is thrown but is never caught. I suggest you wrap the entire function in a try/catch block and print the caught exception. - Volodya