[
https://issues.apache.org/jira/browse/CB-11848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15552056#comment-15552056
]
ASF subversion and git services commented on CB-11848:
------------------------------------------------------
Commit 7ae74f5385e14b1e81ed7396ba12c21782d6eac7 in cordova-plugin-file's branch
refs/heads/master from [~Nikita Matrosov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=7ae74f5 ]
CB-11848 windows: Remove duplicate slash after file system path
This closes #195, this closes #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: [email protected]
For additional commands, e-mail: [email protected]