You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Maarten Manders (JIRA)" <ji...@apache.org> on 2016/09/20 07:47:21 UTC

[jira] [Closed] (CB-11848) [Windows] File plugin, nativeUrl includes two slashes before filename

     [ https://issues.apache.org/jira/browse/CB-11848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maarten Manders closed CB-11848.
--------------------------------
    Resolution: Duplicate

Fixed in https://github.com/apache/cordova-plugin-file/pull/112

> [Windows] File plugin, nativeUrl includes two slashes before filename
> ---------------------------------------------------------------------
>
>                 Key: CB-11848
>                 URL: https://issues.apache.org/jira/browse/CB-11848
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>            Reporter: Maarten Manders
>              Labels: windows
>
> The returned FileEntry object in the getFile function of a DirectoryEntry object contains an incorrect nativeUrl that contains 2 slashes before the filename (ie. ms-appdata:///temp//myfile.file).
> This can seemingly be resolved by changing the following line in the getFile function in FileProxy.js:
> var fspath = sanitize(dirpath +'/'+ path);
> to
> var fspath = sanitize(path);
> I am unsure if this causes any side-effects however.



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