FolderItemDialog.Result
From Xojo Documentation
Read-Only Property (As FolderItem )
Holds the result of calling ShowModal() or ShowModalWithin.
Notes
If the user validates the dialog, Result contains the FolderItem corresponding to the selection; otherwise, Result is Nil.
Example
This example displays the NativePath to the mp4 file that the user selects using the Result property.