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 501A710DD8 for ; Sun, 16 Mar 2014 23:42:43 +0000 (UTC) Received: (qmail 47027 invoked by uid 500); 16 Mar 2014 23:42:43 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 47011 invoked by uid 500); 16 Mar 2014 23:42:42 -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 47003 invoked by uid 99); 16 Mar 2014 23:42:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Mar 2014 23:42:42 +0000 Date: Sun, 16 Mar 2014 23:42:42 +0000 (UTC) From: "brian johnston (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-6201) Invalid full path and URI returned from fileEntry.moveTo and fileEntry.copyTo 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-6201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] brian johnston updated CB-6201: ------------------------------- Description: The path is invalid to the file passed back on success of fileEntry.moveTo and fileEntry.copy. The fileEntry.fullPath returns a partial path of just the folder and file name. The fileEntry.toURI returns an invalid URI which does not point to the file moved or copied. This issue has been reproduced on both iOS and Android with the file plugin version 1.10. Version 1.0.0 of the file plugin does not have this issue. (was: The path is invalid to the file passed back on success of fileEntry.moveTo and fileEntry.copy. The fileEntry.fullPath returns a partial path of just the folder and file name. The fileEntry.toURI returns an invalid URI which does not point to the file moved or copied. This issue has been reproduced on both iOS and Android with the file plugin version 1.10. The file version 1.0.0 does not have this issue.) > Invalid full path and URI returned from fileEntry.moveTo and fileEntry.copyTo > ------------------------------------------------------------------------------ > > Key: CB-6201 > URL: https://issues.apache.org/jira/browse/CB-6201 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin File > Affects Versions: 1.1.0 > Environment: I'm building Android and iOS with build.phonegap.com version 3.10. This issue is occuring on both Android and iOS. > Reporter: brian johnston > > The path is invalid to the file passed back on success of fileEntry.moveTo and fileEntry.copy. The fileEntry.fullPath returns a partial path of just the folder and file name. The fileEntry.toURI returns an invalid URI which does not point to the file moved or copied. This issue has been reproduced on both iOS and Android with the file plugin version 1.10. Version 1.0.0 of the file plugin does not have this issue. -- This message was sent by Atlassian JIRA (v6.2#6252)