top of page
- API -
fileList = reaper.AZ_GetFilePathList(pathStr,searchStr)
- API Detail-
▼Input value
projID(ReaProject): Project ID
itemID(integer) : Media item ID
cmdID(integer) : Action command ID
▼Output value
retval(boolean): Success or failure of API execution
- SCRIPT -
function Msg(param)
reaper.ShowConsoleMsg(tostring(param).."\n")
end
reaper.AZ_ActionSelectedMediaIdSelectKeep(0,0,40204)
FILE/FOLDER
AZ_GetFilePathList
Supported versions:
1.0.3
onwards
Outputs the file path list of the specified folder path as an array
bottom of page