itinance / itinance/react-native-fs

how to operate the file in project?

Open
#304 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

how to operate the file in project?such as if i want to copy a image:

RNFS.copyFile('../../images/face.png','file:///storage/emulated/0/Pictures/知乎/').then( (val)=> {
console.log('copy val=',val);
}).catch((err)=>{
console.log('copy err',err);
});
but had a Error: no such file or directory,open '../../images/face.png'.
how to resolve this problem?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.