SlickEdit Community
General => General Programming => Topic started by: fredan on July 20, 2006, 02:19:22 pm
-
I have found the a function named _ntBrowseForFolder used by the DIFFzilla and was wondering if this function has been documented. I wish to use it in my customization for v8.1 and wish to see if I can pass additional information to set the initial directory path.
Any help would be appreciated.
-
It actually is not documented right now, but there is very little to document, it takes no arguments. The reason is because there is no way to pass a path to the underlying Windows call (as far as I know anyway).
Dan
-
Thanks for the confermation.