View Single Post
Old 01-31-2019, 06:32 AM   #229
reapero
Human being with feelings
 
Join Date: Aug 2011
Posts: 522
Default

Hey, dumb question probably but how come this:

Code:
retval, fileNames = reaper.JS_Dialog_BrowseForOpenFiles( "Select files", "C:\\", _, _, true )

reaper.ShowConsoleMsg(fileNames)
returns only the path, and not the file names?
reapero is offline   Reply With Quote