TFolderDialog Questions

Is it possible to show the following in a TFolderDialog:



1. Show the full selected folder path in the EditBox - instead of just the last sub-folder?



2. Filter out folders requiring elevation to write to eg,C:\Program Files (x86)\ ?



Thanks,

Andrew

  1. It is the Microsoft folderdialog API that executes here and it handles itself what is put in the edit box. Sadly we cannot override this behavior
    2. Also this is in this API unfortunately not configurable