if (file != null) { CachedFileManager.DeferUpdates(file); await FileIO.WriteTextAsync(file, "This is a link to the Periodic Table of the Elements. http://www.ptable.com/ You didn't expect to find all of the contents here, did you?"); FileUpdateStatus status = await CachedFileManager.CompleteUpdatesAsync(file); }