[
https://issues.apache.org/jira/browse/CB-11848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15552057#comment-15552057
]
ASF GitHub Bot commented on CB-11848:
-------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-plugin-file/pull/195
> [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: [email protected]
For additional commands, e-mail: [email protected]