Esempio n. 1
0
 public NPath WriteAllText(string contents, Encoding encoding)
 {
     ThrowIfNotInitialized();
     EnsureParentDirectoryExists();
     FSWrapper.WriteAllText(this, contents, encoding);
     return(this);
 }