I'm trying to open the choose folder dialog...
!define Browse '(i,i,t,t,i,i,i,i)'
Function ".onInit"
System::Call 'shell32.dll::SHBrowseForFolderA(*${Browse}) i .r0'
System::Call 'shell32.dll::SHGetPathFromIDListA(i $0, t .r1) i r2'
MessageBox MB_OK|MB_ICONINFORMATION "$1"
FunctionEnd
A.K.A DirRequest...
What's wrong... 🙁