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 AAB48111B7 for ; Tue, 26 Aug 2014 13:37:58 +0000 (UTC) Received: (qmail 92174 invoked by uid 500); 26 Aug 2014 13:37:58 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 92154 invoked by uid 500); 26 Aug 2014 13:37:58 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 92135 invoked by uid 99); 26 Aug 2014 13:37:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2014 13:37:58 +0000 Date: Tue, 26 Aug 2014 13:37:58 +0000 (UTC) From: "Ian Clelland (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-7375) Investigate breaking changes at file plugin 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-7375?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14110697#comment-14110697 ] Ian Clelland commented on CB-7375: ---------------------------------- To make this work for both Android/iOS *and* WP8, we can do this: When JavaScript code is expecting an Entry structure to be returned from an exec() call, the structure returned should include these fields: {code} isFile: Boolean isDirectory: Boolean name: String name of the file fullPath: String path to this file, relative to the filesystem root nativeURL: [Optional] String URL to this file that can be used natively by the webview (Important for