CheckDir() Bool? - WeOnlyDo Discussion board

CheckDir() Bool? (General questions)

by MatthewH, Tuesday, November 13, 2012, 18:52 (4188 days ago)

Hi all,

Loving the product so far!

Is it possible in the next version to make the CheckDir() function return a bool? It would be a much better way of checking if a directory exists or not rather than using the exception.

M

Re: CheckDir() Bool?

by wodDamir, Tuesday, November 13, 2012, 19:49 (4188 days ago) @ MatthewH

Matthew,

Unfortunately we have no such plans since interface in ActiveX components cannot be changed. It has to remain the same (method, properties, event declaration etc).

However, why don't you create your own function which would perform this?

Regards,
Damba