I'm trying to copy multiple files over with a File Dialogue. I'm thinking StringSplit & some math *would work* but is likely not the proper method and probably an easier way out there.
Objective:
User selects multiple files and then they will be moved to another destination.
Code: Select all
FileSelectFile, FileList, M
;StringSplit, SplitList, FileList, `n
Msgbox, You Selected %FileList%
Thanks,
Vh