View Single Post
Old 04-16-2019, 05:11 AM   #36
dsyrock
Human being with feelings
 
dsyrock's Avatar
 
Join Date: Sep 2018
Location: China
Posts: 565
Default

I have a question about JS_Dialog_BrowseForOpenFiles. I set the argue "allowMultiple " to true. But when I selected a bunch of files, it only returned a path, but without any filenames. Did I do anything wrong?

Code:
retval,  filenames = reaper.JS_Dialog_BrowseForOpenFiles("a", "E:/test/", "*.txt", "*.txt", true)

Last edited by dsyrock; 04-16-2019 at 05:18 AM.
dsyrock is offline   Reply With Quote