获取当前脚本的路径

local path = ({reaper.get_action_context()})[2]:match('^.+[\\//]')
dofile(path .. 'other_file.lua')