Author Topic: _ntBrowseForFolder Dll call  (Read 13356 times)

fredan

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
_ntBrowseForFolder Dll call
« 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.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: _ntBrowseForFolder Dll call
« Reply #1 on: July 20, 2006, 02:59:54 PM »
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

fredan

  • Junior Community Member
  • Posts: 3
  • Hero Points: 0
Re: _ntBrowseForFolder Dll call
« Reply #2 on: July 24, 2006, 01:38:25 PM »
Thanks for the confermation.