GitHub user martincgg opened a pull request:
https://github.com/apache/cordova-plugin-file/pull/65
CB-6923 [WP8] Adding support to handle relative paths
Added support to resolve relative paths on Windows Phone 8
When the path received is relative, it will combine and obtain a full path
before it becomes processed by IsolatedStorageFile and determine if exists.
Two private methods were added to handle this, it won't affect the regular
workflow if the path is absolute and it will combine them as usual.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/martincgg/cordova-plugin-file CB-6923
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-plugin-file/pull/65.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #65
----
commit 4152181c99251360eeddd8ec54795e4b8874d48e
Author: Martin Gonzalez <[email protected]>
Date: 2014-07-22T20:09:20Z
CB-6923 Adding support to handle relative paths
Added support to resolve relative paths.
When the path received is relative, it will combine and obtain a full
path before it becomes proceced by IsolatedStorageFile and determine if
exists.
Two private methods were added to handle this, it won't affect the
regular workflow if the path is absolute and it will combine it as
usual.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---