I’m developing a security folder access form in which the manager requesting access to a particular folder navigates to the folder he/she wants their new employee/consultant to have access to. The problem is that the OpenFileDialog allows you to drill down but forces you to choose a file instead of stopping at the folder level. Does anyone know of a workaround?
Subject: OpenFileDialog Control
Brian,
Since you indicated that this issue is for “All Release”, I’m not sure if the following will serve your purposes, although I suppose if you are posting in the R6 forum, it should:
(note that the first parameter, if True, will allow you to choose directories only)
Subject: RE: OpenFileDialog Control
This is exactly what I’m looking for. I don’t know how I missed that, but you definately solved my problem in a big way. Thank you!