Single Select and Multiple Select with Dialog

Perhaps not many know how to choose more than one item by Dialog.FileBrowse
telling you how to work through as in the following picture :

User code will be as follows :
Note: the Returns table containing the list of paths to the files that were selected .
Download an .apz file :
Greetings to all .

Perhaps not many know how to choose more than one item by Dialog.FileBrowse
telling you how to work through as in the following picture :

User code will be as follows :
result = Dialog.FileBrowse(true, "Locate File", _DesktopFolder, "All Files (*.*)|*.*|", "", "dat", true, false);
Download an .apz file :
Greetings to all .
