在本机android项目中,如何将文件夹从资产复制到DocumentDirectoryPath?

时间:2019-11-05 07:43:49

标签: android react-native react-native-fs document-directory

我正在使用一个本机反应项目,我想将android内部资产中某个文件夹的内容复制到RNFS.DocumentDirectoryPath。如何执行?

我使用了属性copyFileAssets()。

 copyfile() {
    RNFS.copyFileAssets('/ICF-Package', RNFS.DocumentDirectoryPath + '/ICFPackage').then((result) => console.log('DONE')).catch((error) => console.log(error, 'ERROR'));
  };

  I'm getting the following error:

错误:资产'/ ICF-Package'无法打开

0 个答案:

没有答案