Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.0
Description
I have notice, when resolveLocalFileSystemURI or resolveLocalFileSystemURL is called on the File Plugin under Windows Phone 8, it always returns a fileEntry with null information on the filesystem.
This behavior is unexpected the filesystem information it shouldn't be null if a Entry Object is created.
Found through mobile-spec File tests, affecting operations as removeRecursively on DirectoryEntry, and remove on Entry.
It might be reproduce by other means or scenarios.