Facebook
From zxc, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 413
  1. if (file != null)
  2. {
  3.  CachedFileManager.DeferUpdates(file);
  4.  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?");
  5.  FileUpdateStatus status = await CachedFileManager.CompleteUpdatesAsync(file);
  6. }