Skip to content

nicolasgrolleau/androidfoldersplugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

androidfoldersplugin

quick cordova plugin to get android special folders path

Installation:

cordova plugin add https://github.com/nicolasgrolleau/androidfoldersplugin

Usage:

androidfoldersplugin.getDirectories(function(result){
        //receive a json object containing all the folders
        console.log("All the folders:"+JSON.stringify(result));
        console.log("Download folder"+result["Download"]);
    },
    function(error){
        alert("Error:"+error);
    }
);

About

quick cordova plugin to get android special folders path

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published