标签: rhomobile rhodes
我必须存储我通过我的应用程序生成的pdf。我不知道用于存储文件的SD卡的路径。
我想这条路需要进入这里
pdf.save_as(file_location)
有人可以提出这条路吗?
答案 0 :(得分:0)
您可以使用/sdcard/将文件存储到Android的SD卡
/sdcard/
file_location = File.join('/sdcard/','My.pdf') pdf.save_as(file_location)