📅  最后修改于: 2022-03-11 15:04:03.288000             🧑  作者: Mango
const destPath = `${RNFS.TemporaryDirectoryPath}/${shortid.generate()}`;
await RNFS.copyFile(selectedDocument.uri, destPath);
console.log(await RNFS.stat(destPath);