Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- links to