Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

I cant Create Directory in the SD Card #1457

Open
greg-devtac opened this issue Jan 23, 2018 · 1 comment
Open

I cant Create Directory in the SD Card #1457

greg-devtac opened this issue Jan 23, 2018 · 1 comment

Comments

@greg-devtac
Copy link

Hi i cant create directory in the sd card, here's my code

this.file.createDir(this.file.externalApplicationStorageDirectory, 'newFolder', true).then(suc => {
console.log(suc);
}).catch(err => console.log(err))

the result of this is still creating in the device storage not in the SD card

Best regards,
Greg

@vinodkumarchoppa
Copy link

use externalRootDirectory it may slove u r problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants