Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
On android resolveLocalFileSystemURL sets isDirectory and isFile properties based on argument URL having trailing slash, and not on actual object type. See attached test program, which currently outputs the following:
cdvfile://localhost/temporary/tst is file
cdvfile://localhost/temporary/tst/ is directory
Correct output shall be:
cdvfile://localhost/temporary/tst is directory
cdvfile://localhost/temporary/tst/ is directory
Attachments
Attachments
Issue Links
- relates to
-
CB-9282 Plugin File for Android seems to require trailing slash to identify a directory
- Closed
- links to