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

I cant Create Directory in the SD Card #1457

@greg-devtac

Description

@greg-devtac

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions