Using "test\\" + parameter + ". Txt" should be absolutely fine. It's only constructing a string to pass in as the arugment, after all.
Up vote 0 down vote favorite share g+ share fb share tw.
I would like when I create a file in the IO by using the StreamWriter something like streamReaderLOL = new StreamReader(new IsolatedStorageFileStream("test\parameter. Txt", FileMode. Open, UserPlace)); where parameter is a variable I have try smth like ("test\"+parameter".
Txt" etc but seems not to work. So my question is : is it possible? Ty a lot windows-phone-7 isolatedstorage link|improve this question asked Jan 12 '11 at 10:02user569574598 92% accept rate.
Seems not to work" is very vague. It would really help if you'd provide a complete method at least, and say what behaviour you're seeing. – Jon Skeet Jan 12 '11 at 10:06.
Thx a lot jon I have forget the second "+" – user569574 Jan 12 '11 at 10:49.
If you want to use a directory within IsolatedStorage you must first create the directory before trying to use it. Using (var isoStore = IsolatedStorageFile. GetUserStoreForApplication()) { if (!isoStore.
DirectoryExists("test")) { isoStore. CreateDirectory("test"); } isoStore. CreateFile("test\\" + param + ".
Txt"); }.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.