IsolatedStorageFile a = IsolatedStorageFile.GetMachineStoreForAssembly(); foreach (var f in a.GetFileNames("*")) { Console.WriteLine(f); }