函数名
getSdPath()
函数介绍
方法名称:获取sd卡的绝对路径
返回值:返回获取的sd卡绝对路径
函数例子
local path = getSdPath()print("sd卡路径:"..path)