[ 
https://issues.apache.org/jira/browse/CB-6466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13981521#comment-13981521
 ] 

ASF GitHub Bot commented on CB-6466:
------------------------------------

GitHub user stacic opened a pull request:

    https://github.com/apache/cordova-mobile-spec/pull/58

    CB-6466 Created mobile-spec test

    Added a test to mobile-spec to check that filetransfer.download()
    automatically creates any nonexistent directories.
    
    Associated with 
https://github.com/apache/cordova-plugin-file-transfer/pull/28

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stacic/cordova-mobile-spec CB-6466

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-mobile-spec/pull/58.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 #58
    
----
commit a8722ba7715800ff136cf362d9cf2ee0d1e47551
Author: Staci <[email protected]>
Date:   2014-04-25T20:01:00Z

    CB-6466 Created mobile-spec test
    
    Added a test to mobile-spec to check that filetransfer.download()
    automatically creates any nonexistent directories.

----


> WP8 filetransfer.download() should auto mkdir missing folders
> -------------------------------------------------------------
>
>                 Key: CB-6466
>                 URL: https://issues.apache.org/jira/browse/CB-6466
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File Transfer, WP8
>    Affects Versions: 3.4.0
>            Reporter: Mike Billau
>            Assignee: Jesse MacFadyen
>
> Windows Phone 8 implementation of FileTransfer.download() does not 
> automatically create any missing directories when saving a file. The iOS and 
> Android implementations do. 
> If target = /foo/bar.jpg and /foo/ doesn't exist, WP8 should create it to 
> bring the platform in line with iOS and Android.
> This mail thread shows that we've decided that FileTransfer should be 
> "slightly more than" a thin wrapper on the File plugin (which has an API.)
> http://markmail.org/message/cxy66pe23oyguoal



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to