Abhishek Kumar Ravi

Abhishek Kumar Ravi

  • NA
  • 11.5k
  • 4.4m

WP7 Isolated Storage : Can't Create Directory

Jan 10 2013 5:28 AM
When i 'm executing his code, it works fine but i didn't get the specified directory in my solution explorer.
Or there is any logical error !!


IsolatedStorageFile fileStorage = IsolatedStorageFile.GetUserStoreForApplication();

 private void button1_Click(object sender, RoutedEventArgs e)
        {
            fileStorage.CreateDirectory("Test");

        }


Note : I 'm working on emulator,
since there is no External Storage apart from HDD.