添加自己的文件。

Project>Deployment>Add File

Remote Path

android and IOS:

assets\internal\

TPath.GetDocumentsPath

/data/data/com.tt.project/files

 

IOS目录:

StartUp\Documents

要求带斜杠

 StartUp\Documents\

TPath.Combine(TPath.GetDocumentsPath, 'filename')

 

参考

http://www.cnblogs.com/flyingwang/p/3452164.html

assets\

TPath.GetSharedDocumentsPath(也就是/mnt/sdcard/Android/data/.../files)

/storage/sdcard0/Documents/msdb.db

相关文章:

  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
  • 2021-11-16
  • 2022-01-14
  • 2021-05-08
  • 2021-06-26
猜你喜欢
  • 2022-12-23
  • 2021-11-09
  • 2021-07-05
  • 2022-01-28
  • 2021-05-22
  • 2021-12-13
相关资源
相似解决方案