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

Unable to delete folder #42

Open
AndroidDeveloperMCT opened this issue Oct 17, 2017 · 1 comment
Open

Unable to delete folder #42

AndroidDeveloperMCT opened this issue Oct 17, 2017 · 1 comment

Comments

@AndroidDeveloperMCT
Copy link

My folder path is /storage/emulated/0/com.example.demoapp

but i am unable to delete it using storage.deleteDirectory(path);

Can anyone plzz help me in this ???

@gowthamgts
Copy link

If I'm not wrong, you should never use hardcoded path to external storage. It may change and it's a good practice to use something like this:

context.getExternalFilesDir()

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