Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E0EA17D8E for ; Tue, 4 Nov 2014 10:29:34 +0000 (UTC) Received: (qmail 39387 invoked by uid 500); 4 Nov 2014 10:29:34 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 39357 invoked by uid 500); 4 Nov 2014 10:29:34 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 39331 invoked by uid 99); 4 Nov 2014 10:29:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 10:29:33 +0000 Date: Tue, 4 Nov 2014 10:29:33 +0000 (UTC) From: "Michael Schmidt (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-7934) [Windows] requestFileSystem returns inconsistent path compared to iOS/Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-7934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Schmidt updated CB-7934: -------------------------------- Description: 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 was: 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 > [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 > Labels: Windows, file > > 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