using (IsolatedStorageFile myStore = IsolatedStorageFile.GetUserStoreForApplication()) { string[] files = myStore.GetFileNames("myDirName\\*.txt"); }