martin
13-09-2009, 17:21
Question:
If I use this code:
SFile=DIALOG_OPENFILE(0, "Please select one or more files", app_scriptpath,"All Files (*.*)|*.*","",%OFN_EXPLORER Or %OFN_ALLOWMULTISELECT Or %OFN_FILEMUSTEXIST Or %OFN_HIDEREADONLY Or %OFN_ENABLESIZING)
SFile returns only the path and not the selected file(s)
How can I check the selected file(s) ?
Thanks in advance!
Martin
If I use this code:
SFile=DIALOG_OPENFILE(0, "Please select one or more files", app_scriptpath,"All Files (*.*)|*.*","",%OFN_EXPLORER Or %OFN_ALLOWMULTISELECT Or %OFN_FILEMUSTEXIST Or %OFN_HIDEREADONLY Or %OFN_ENABLESIZING)
SFile returns only the path and not the selected file(s)
How can I check the selected file(s) ?
Thanks in advance!
Martin