Save file to internal storage
punksta opened this issue · 4 comments
punksta commented
Is it possible to download file to internal storage?
I want to download file for permanently internal usage without sharing with other apps.
punksta commented
figure out. DocumentDir is internal storage absolute dir for android.
prasad456 commented
Can you guide me, in detail plz
how to download in internal storage for get
punksta commented
let dirs = RNFetchBlob.fs.dirs
RNFetchBlob
.config({
path : dirs.DocumentDir + '/path-to-file.anything'
})
punksta commented