How to Save files on external SD with Delphi XE8

倾然丶 夕夏残阳落幕 提交于 2019-12-12 00:33:22

问题


anybody knows how to write a file on the external sd card? i checked user permissions in the manifest file and it says user can write to external sd

but everytime i try something like

TFile.copy(src, '/storage/extSdCard/file.txt')

src is a file located in the internal device memory

i receive a permission denied error. Of course there is no error if i copy the file within the internal device memory path

Using Delphi XE8 on Android device Samsung S4

来源:https://stackoverflow.com/questions/30693009/how-to-save-files-on-external-sd-with-delphi-xe8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!