You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Michael Schmidt (JIRA)" <ji...@apache.org> on 2014/11/04 11:27:36 UTC

[jira] [Created] (CB-7934) [Windows] requestFileSystem returns inconsistent path compared to iOS/Android

Michael Schmidt created CB-7934:
-----------------------------------

             Summary: [Windows] requestFileSystem returns inconsistent path compared to iOS/Android
                 Key: CB-7934
                 URL: https://issues.apache.org/jira/browse/CB-7934
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugin File
    Affects Versions: 4.0.0
            Reporter: Michael Schmidt
            Priority: Blocker


Version: org.apache.cordova.file 1.3.1 "File"

Command: 
window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, successCB, errorCB);

*** iOS
fileSystem.root.fullPath: /
fileSystem.root.nativeURL: file:///var/mobile/Containers/Data/Application/B3C4E0A1-687A-43DE-95B1-F12345A729C/Documents/

*** Android
fileSystem.root.fullPath: /
fileSystem.root.nativeURL: file:///storage/emulated/0/

*** Windows
fileSystem.root.fullPath: C:/Users/Test/AppData/Local/Packages/a5e3c4c0-5dbc-11e4-b7e9-d70fc4bdbe52_123458a1qg3mw/LocalState/
fileSystem.root.nativeURL: null

--> Windows platform returns an inconsistent results compared to iOS/Android



--
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