You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Gaven Henry (JIRA)" <ji...@apache.org> on 2015/10/28 06:24:27 UTC

[jira] [Created] (CB-9887) Windows platform file plugin does not define standard cordova.file.* paths

Gaven Henry created CB-9887:
-------------------------------

             Summary: Windows platform file plugin does not define standard cordova.file.* paths
                 Key: CB-9887
                 URL: https://issues.apache.org/jira/browse/CB-9887
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin File
         Environment: cordova platform windows
windows 10 universal app
            Reporter: Gaven Henry


On android and ios the file plugin defines some standard paths of the form "cordova.file.*" (such as cordova.file.dataDirectory) which are used as a simple and consistent way to access different types of storage.

On the windows platform none of these paths are defined and attempts to query cordova.file.* returns undefined.

This means that if you want to port an app from ios or android to the windows platform it will fail to launch due to these paths not being defined.

Need to update the windows platform code to define the available file systems for the windows platform.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org