You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jason Ginchereau (JIRA)" <ji...@apache.org> on 2015/11/05 18:43:27 UTC

[jira] [Updated] (CB-6901) [WP8][cordova-plugin-file] filesystem: null after use IsolatedStorageFile.MoveDirectory

     [ https://issues.apache.org/jira/browse/CB-6901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Ginchereau updated CB-6901:
---------------------------------
    Labels: windows wp8  (was: wp8)

> [WP8][cordova-plugin-file] filesystem: null after use IsolatedStorageFile.MoveDirectory
> ---------------------------------------------------------------------------------------
>
>                 Key: CB-6901
>                 URL: https://issues.apache.org/jira/browse/CB-6901
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>    Affects Versions: 3.5.0
>         Environment: Windows 8.1
>            Reporter: Martin Gonzalez
>            Assignee: Jesse MacFadyen
>              Labels: windows, wp8
>             Fix For: 3.6.0
>
>
> Using the File plugin, faced a problem trying to move a directory using the plugin, specifically the moveTo (aka TransferTo on native) , I've found out that the problem is not that the directory is not moved, the problem is that after this line is executed:
> https://github.com/apache/cordova-plugin-file/blob/master/src/wp/File.cs#L1412
> isoFile.MoveDirectory(currentPath, newPath);
> The DispatchCommandResult sends the entry file with the CallbackID, but the problem is that the information about the filesystem is missing.
> This situation it doesn't happen when isoFile.MoveFile(newPath), IsolatedStorageFile.CreateDirectory(path) or IsolatedStorageFile.CreateFile(path) are used the filesystem information it remains with those but not with MoveDirectory.
> During the 67 test and several others, it uses the filesystem information of the recent moved directory to determine if the file exists, and when it gets to GeFileOrDirectory on the options this is the array obtained:
> "[null,"file1","{\"create\":false}","File619232322"]"
> When Create or MoveFile:
> "["\/\/entry,move.dsp.srcDir","file1","{\"create\":false}","File619232322"]"
> From the JS side object:
> MoveDirectory:
> {"isFile":false, "isDirectory":true, "name" : "entry.move.dsp.dstDir", "filesystem":null, "nativeURL":null}
> MoveFile:
> {"isFile":true, "isDirectory":false, "name" : "entry.move.dsp.dstDir", "filesystem":"<FileSystem: persistent>", "nativeURL":null}
> That's the reason why some automated tests on the MoveTo section are failing.
> Tested on Windows Phone 8 and 8.1, emulator and device. Same behavior.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org