Qt 5.4/WinRT/WinPhone 8.1: Save QFile to StorageFile
-
Hi,
I saw that there are some implementations for the Windows Phone 8.1/WinRT StorageFile class (e.g. here: [1]).
For me it is not clear how to use these implementations. For instance, I want to save a video file from local storage (which is accessible with normal fopen function and QFile) to a StorageFile located in the VideoGallery path (after setting the appropriate capabilities in the manifest).
Is this possible with the current implementation, or do I have to implement this myself using the Windows Runtime API?Regards,