No announcements
Found 1512666 threads
-
0 Votes
LocalFolder problem
Hi Jacke, Try setting the localFolder var type to ApplicationDataContainer ^Answered | 1 Replies | 944 Views | Created by Jacke lost - Tuesday, April 30, 2013 6:47 PM | Last reply by Jeff Sanders - Wednesday, May 1, 2013 4:00 PM -
0 Votes
LocalFolder files are deleted
Hello, I'm building a Windows Store App and found an issue with the LocalFolder Storage.Answered | 1 Replies | 685 Views | Created by Marco van Kimmenade - Wednesday, November 21, 2012 5:59 PM | Last reply by Dave Smits - Wednesday, November 21, 2012 6:14 PM -
0 Votes
Image saved to "LocalFolder" not picked by Notification Toast ?
I have saved (Write) an image to "LocalFolder" not being picked up by the notification Toast.Answered | 1 Replies | 1199 Views | Created by Suny_Choudhary - Friday, December 14, 2012 5:20 AM | Last reply by Emi Smith - Friday, December 14, 2012 10:43 AM -
4 Votes
Access jpg in LocalFolder
I assume no changes in appxmanifest are required for LocalFolder.Answered | 2 Replies | 863 Views | Created by occam999 - Monday, April 29, 2013 6:16 PM | Last reply by Sachin S - Monday, April 29, 2013 6:35 PM -
0 Votes
[UWP]Getting a PathTooLongException when saving to LocalFolder.
I need to create a specific path structure under my apps LocalFolder and it seems i have reached the limit.Answered | 3 Replies | 781 Views | Created by Anargyros Tomaras - Monday, September 14, 2015 10:43 PM | Last reply by Franklin Chen - Thursday, September 24, 2015 2:09 AM -
0 Votes
[Solved] Problems with WinJS LocalFolder
The last thing is storing and reading users data, I used LocalFolder for this task and this is my code with WinJS and newest CreateJS.Answered | 2 Replies | 1362 Views | Created by Tèo-Nguyen - Friday, March 27, 2015 2:43 AM | Last reply by Jamles Hez - Monday, March 30, 2015 12:06 PM -
0 Votes
Protect LocalFolder from Windows 8 Store App
Hi guys, I'm facing a problem with the local folder in my Windows 8 Store App.Answered | 2 Replies | 975 Views | Created by leuchtdiode - Friday, April 26, 2013 11:32 AM | Last reply by leuchtdiode - Friday, April 26, 2013 2:31 PM -
1 Votes
AppData/LocalFolder persistence after App updates
When a user updates an app through the Windows Store, do either the local AppData (accessed through ApplicationData.Current.LocalSettings) OR the LocalState folder (accessed ...Answered | 2 Replies | 1325 Views | Created by Diogo Castro - Sunday, July 21, 2013 1:38 PM | Last reply by Diogo Castro - Tuesday, July 23, 2013 4:52 PM -
0 Votes
Windows Store Apps -Reading from localFolder
I want to specialize a way to read text from a file. lets say i have a file that has the following text: Animals: - ...Answered | 1 Replies | 945 Views | Created by kalel111 - Thursday, December 13, 2012 5:30 AM | Last reply by saramgsilva - Friday, December 14, 2012 1:45 AM -
1 Votes
Download a jpeg file and store it in the LocalFolder
Right, here you go: Uri uri = new Uri("http://image.tmdb.org/t/p/w300/" + posterPath); StorageFolder localFolder = ...Answered | 4 Replies | 3146 Views | Created by ϻοϰsϯεr - Sunday, November 2, 2014 8:55 PM | Last reply by ϻοϰsϯεr - Sunday, November 2, 2014 10:28 PM -
0 Votes
Copy file sqlite to LocalFolder?
Hi admin I using code copy file sqlite to LocalFolder StorageFile storageFile = await ...Proposed | 1 Replies | 412 Views | Created by dinhhieuac - Friday, October 21, 2016 2:31 AM | Last reply by Neal Wang - Monday, October 24, 2016 10:13 AM -
0 Votes
LocalFolder storage limit?
I am creating some files inApplicationData::Current::LocalFolder.Answered | 2 Replies | 1558 Views | Created by John Rick - Wednesday, September 12, 2012 1:50 PM | Last reply by John Rick - Thursday, September 13, 2012 6:17 AM -
1 Votes
Want to get the size of LocalFolder
There is not limitation on LocalFolder size.Answered | 3 Replies | 1040 Views | Created by Anirudha_K - Monday, December 17, 2012 1:02 PM | Last reply by Jesse Jiang - Wednesday, December 19, 2012 7:14 AM -
0 Votes
[UWP] LocalFolder vs LocalSettings
>would I be better off making my own settings file in LocalFolder Yep that would be better if you have a server.Unanswered | 4 Replies | 867 Views | Created by swayton - Monday, August 7, 2017 6:59 PM | Last reply by Barry Wang - Thursday, August 10, 2017 10:02 AM -
0 Votes
Can not load image from LocalFolder
Save a image to LocalFolder from photoChooserTask, and the image can not be load again.Unanswered | 1 Replies | 1092 Views | Created by 古宝 - Tuesday, December 31, 2013 7:47 AM | Last reply by Seetha_ - Tuesday, December 31, 2013 8:52 AM -
1 Votes
[U8.1]Read xml file from LocalFolder to XDocument
like in the case of an xsl file, is there a way to get the file system relative path for the LocalFolder, so that referenced files can work...Answered | 3 Replies | 1451 Views | Created by Arsenalfandan - Tuesday, June 30, 2015 3:12 PM | Last reply by Tariq Qubti - Friday, January 27, 2017 12:32 PM -
0 Votes
GetThumbnailAsync returns null in LocalFolder
Moreover, if I call the code mentioned above with the KnownFolders.PicturesLibrary folder (instead of LocalFolder), I get thumbnails.Answered | 6 Replies | 2268 Views | Created by Mrks83 - Saturday, August 3, 2013 3:24 PM | Last reply by Mrks83 - Saturday, August 3, 2013 7:34 PM -
0 Votes
Launcher.LaunchFileAsync and saveability in the LocalFolder of the caller app
I have some Files (e.g. text file, word file, ..) in an LocalFolder and open it with: StorageFolder ...Unanswered | 2 Replies | 901 Views | Created by chtake - Monday, December 15, 2014 10:40 AM | Last reply by chtake - Wednesday, December 17, 2014 12:56 PM -
1 Votes
Accessing LocalFolder throws UnauthorizedAccessException 80070005
If so, the problem is certainly specific to a some enterprise entity that owns those HPs.Proposed | 4 Replies | 1362 Views | Created by Viktor Szekeress - Friday, March 2, 2018 10:47 AM | Last reply by Viktor Szekeress - Monday, March 5, 2018 2:40 PM -
0 Votes
Copy LocalFolder file to desktop C#
I think i might have solved my problem for now, i have another question but i will post a new one.Answered | 5 Replies | 1604 Views | Created by Jme-Jamie - Wednesday, May 22, 2013 7:46 PM | Last reply by Jme-Jamie - Wednesday, May 22, 2013 9:30 PM - Items 1 to 20 of 1512666 Next ›
No announcements