Hello,

need to know is return path newly created/named.

Does anyone know is there possible callback/return info, for the SHBrowseForFolder in situations where new folder is created and renamed using EditBox? Looked for BrowseInfo struct, but documentation does not clarify.

So how to tackle/implement needed functionality?

Backgroud for this is that, work folder/path tree has around 10K folders, so harvesting them all again to array after SHBrowseForFolder is costly method. Likewise comparison against array items is a bit costly method.